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