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 ':' splits it into the list ['boo','and','foo']
Created: 2008-09-27
Credits:
Alan Williams