wordsBy package:tidal

split given list of a by given single a, e.g.
>>> wordsBy (== ':') "bd:3"
["bd", "3"]