Extracted from Pike v7.6 release 112 at 2008-06-25.
pike.ida.liu.se
[Top]
Regexp

Method Regexp.split()


Method split

array Regexp.split(string regexp, string data)

Description

Calls Regexp.PCRE.Plain.split in a temporary regexp object. Faster to type but slower to run...