Search code examples
Split a text into sentences...


phpregexstringpreg-split

Read More
I am trying to split/explode/preg_split a string but I want to keep the delimiter...


phpregexsplitexplodepreg-split

Read More
Split a string just before each occurrence of 3 specific delimiters...


phpregexsplitdelimiterpreg-split

Read More
How to match comma outside multiple parentheses by regex...


phpregexpreg-split

Read More
Using preg_split() to extract a part of a number on first occurrence of a particular number...


phpregexpreg-split

Read More
arabic characters to ABCD characters...


utf-8arabicpreg-splitarabic-supportstripos

Read More
PHP Extract numbers from a string...


phpsplitpreg-matchsubstrpreg-split

Read More
PHP preg_split remove commas and trailing white-space...


phppreg-split

Read More
Explode string only once on first occurring substring...


phparrayssplitexplodepreg-split

Read More
Regular expression for preg_split() by new line...


phpregexpreg-split

Read More
How to split text to match double quotes plus trailing text to dot?...


phpregexunicodepreg-split

Read More
Regex to split string into array of numbers and characters using PHP...


phpregexpreg-matchpreg-split

Read More
preg_split regex - need to split user input around mathematical operators...


phpregexpreg-split

Read More
PHP preg_split curly brackets...


phpregexsplitpreg-split

Read More
preg_split - split by white space and by chosen character but keep the character in array...


phpregexpreg-split

Read More
Split text using multiple delimiters into an array of trimmed values...


phparraysstringpreg-splitcsv

Read More
Split string on dots not preceded by a digit without losing digit in split...


phpregexpreg-split

Read More
preg_split to unknown number of list() elements...


phppreg-split

Read More
preg_split returns a non expected number...


phppreg-split

Read More
Split a log file using preg_split based on dates with PHP?...


phpregexparsingloggingpreg-split

Read More
Split mathematic expression into array without splitting subexpressions between parentheses and sing...


phparraysregexpreg-splitmathematical-expressions

Read More
PHP preg_split keep special characters inside double quotemarks...


phpregexpreg-split

Read More
Preg_split matching preset number of instances from right to left...


phpregexpreg-match-allpreg-split

Read More
preg_split with array delimiters with comma not split the array...


phparrayspreg-split

Read More
How to Split/Explode a string into a numbered lists in PHP?...


phpexplodeimplodepreg-split

Read More
preg_split in php to split string at the point which is preceded by digit and is followed by letters...


phpregexdatedelimiterpreg-split

Read More
How to parse a mostly consistent filename into meaningful parts?...


phpregexfilenamestext-parsingpreg-split

Read More
PHP: How to split a string by dash and everything between brackets. (preg_split or preg_match)...


phpregexpreg-matchpreg-match-allpreg-split

Read More
Getting key and value from string...


phparrayspreg-split

Read More
PHP pre_split looses first character...


phpnumbersmissing-datapreg-split

Read More
BackNext