Split string into string list by regular e...
(1)
The split string into string list by regular expression takes the string 'boo:and:foo' and using the specified regular expression 'o' splits it into the list ['b','',':and:f']
Created: 2008-09-27
Credits:
Alan Williams