Method Regexp.split()
- Method
split
arraysplit(stringregexp,stringdata)- Description
Calls Regexp.PCRE.Plain.split in a temporary regexp object. Faster to type but slower to run...
array split(string regexp, string data)
Calls Regexp.PCRE.Plain.split in a temporary regexp object. Faster to type but slower to run...