chickadee » irregex » irregex-split

(irregex-split <irx> <str> [<start> <end>])procedure
(irregex-extract <irx> <str> [<start> <end>])procedure

irregex-split splits the string <str> into substrings divided by the pattern in <irx>. irregex-extract does the opposite, returning a list of each instance of the pattern matched disregarding the substrings in between.