Current Location: Home> Function Categories> preg_split

preg_split

Separate strings by a regular expression
Name:preg_split
Category:Regular processing PCRE
Programming Language:php
One-line Description:Use the match of the regular expression as the separator to split the string into an array.
Similar Functions
Popular Articles