Search code examples
Why doesn't preg_split() return the values from the regex pattern's capture groups?...


phppreg-splitcapture-group

Read More
Split string after a letter...


phppreg-split

Read More
How to split a string by a delimiting character...


phpsplitpreg-split

Read More
No results are shown when using print_r() on the data from preg_split()...


phparrayspreg-split

Read More
How to prevent preg_split() generating empty elements...


phpregexpreg-split

Read More
Why doesn't [1-9]+ match a number containing a zero?...


phpregexpreg-splitcharacter-classnumeric-ranges

Read More
Why does PHP's preg_split() generate an empty first element when splitting on the leading substr...


phpregexpreg-split

Read More
Split a text into an array of sentences...


phpregexstringpreg-split

Read More
Extract different patterns of latitude, longitude, date, time, and float from a single string and sp...


phpregexpreg-matchscanfpreg-split

Read More
preg_split php function in a php file pattern regexp...


phpregexpreg-split

Read More
How to split string into an alphabetic string and a numeric string?...


phpregexpreg-split

Read More
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
Splitting paragraph into sentences keeping the punctuations - not a dup...


phpregexpreg-split

Read More
Split string by newlines...


phpregexpreg-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
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
BackNext