Split string into string list by regular e...
(2)
The split string into string list by regular expression takes the string 'boo:and:foo' and using the specified regular expression 'o.*n' splits it into the list ['b','d:foo']
Created: 2010-10-29
| Last updated: 2010-10-29