Search code examples
Explode string only once on first occurring newline character...

phparrayssplitexplodepreg-split

Read More
Preg_split screws up the BR tag?...

phpwordpresspreg-split

Read More
Separating words (with spaces and specific punctuation in between) by using regex in PHP...

phpregexpreg-split

Read More
Split a string on spaces and/or commas after a word which may be preceded by a small word...

phpregexpreg-split

Read More
How to convert split() to preg_split()?...

phpregexsplitpreg-split

Read More
Convert split() to preg_split()...

phpsplitpreg-split

Read More
How to use Multiple Delimiter in preg_split()...

phpdelimiterpreg-split

Read More
How to replace split() with preg_split() in my PHP code?...

phpsplitpreg-split

Read More
Split string string on the nth semicolon in a string...

phpsplitpreg-split

Read More
use preg_split but keep delimiter...

phpdelimiterpreg-split

Read More
Splitting paragraph into sentences keeping the punctuations - not a dup...

phpregexpreg-split

Read More
Split string by newlines...

phpregexpreg-split

Read More
Split string after a letter...

phppreg-split

Read More
Split a string after every second character...

phpsplitpreg-split

Read More
Split string on punctuation symbols without losing the symbols...

phpregexpreg-split

Read More
Wrapping subpattern in square braces does not encapsulate the match as expected in regular expressio...

phpregexstringsplitpreg-split

Read More
Split a string by more than one delimiter...

phpregexpreg-split

Read More
Split string on last occurrence of an underscore...

phpregexpreg-split

Read More
Split string on an optional space between a punctuation mark and a letter...

phpregexsplitpreg-split

Read More
PHP Regex / delimiter...

phpregexpreg-split

Read More
Split a string on a dynamic placeholder with preg_split() and retain the delimiting placeholder...

phpregexpreg-split

Read More
Get first three words from up to 10 comma-delimited phrases in a string...

phpregexcpu-wordpreg-splitdelimited

Read More
preg_split() first uppercase letter only...

phpregexlimitpreg-split

Read More
Split string of PascalCase words before each uppercase letter...

phpcpu-worduppercasepreg-splitpascalcasing

Read More
Split string before each uppercase letter of a StudlyCase (PascalCase) string without empty elements...

phppreg-split

Read More
Split a string on commas which are followed by a space, word, then a colon...

phpregexsplitpreg-split

Read More
Preg split multi SQL by semicolon in PHP...

phpsqlsplitpreg-split

Read More
Split "City, State Zipcode" string between State and Zipcode...

phpregexsplitpreg-splitzipcode

Read More
Split string by spaces and between whole words or individual symbols...

phpregexsplitpreg-split

Read More
Isolate all words in a string and the number of (multibyte-safe) characters that preceeded each word...

phpoffsetpreg-match-allpreg-splitmultibyte-characters

Read More
BackNext