Dup Ver Goto 📝

preg family in PHP

PT2/lang/php/regex php regex does not exist
To
16 lines, 133 words, 932 chars Page 'Preg_01' does not exist.
preg_match('/regex/',$subject);

Split

// $limit is max number of substrings returned,
// one more than what you'd use in Python
preg_split('/regex/',$subject,$limit,$flags);

Flags

From the official docs. $flags can be any combination of the following flags (combined with the | bitwise operator):