Extracted from Pike v8.0 release 164 as of 2018-07-18.
   

Method Regexp.split()


Method split

array split(string regexp, string data)

Description

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