regexptokenize — Regex tokenize
list
regexptokenize
( | string INPUT , |
string
PATTERN
) ; |
Searches a string for a POSIX Extended Regular Expression match and returns a list of the matched subexpressions
If the pattern does not match, the list is empty. Otherwise the list contains then matchted subexpressions for each pair of parenthesize in pattern.
If the pattern is invalid, 'nil' is returned.