Search code examples
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
Split string on "and" and a few symbols, but prevent split on hyphens if surrounded by dig...


phpregexregex-lookaroundspreg-splitdelimited

Read More
Split an alphanumeric string after each sequence of numbers...


phpregexsplittext-parsingpreg-split

Read More
Split string on delimiter unless contains in single or double quotes...


phpregexstringsplitpreg-split

Read More
Split a string AFTER every third instance of character...


phparrayssplitpreg-splitdelimited

Read More
Split string on a specific character if not preceded by a slash...


phpregexpreg-split

Read More
Explode a string on every second occurrence of a character...


phpregexsplitexplodepreg-split

Read More
Split string by last character and save to array?...


phparraysstringsplitpreg-split

Read More
Split strings by different delimiting character sequences...


phpregextext-parsingpreg-splitdelimited

Read More
How can I find a string in a JSON string using a regular expression on PHP?...


phpregexpreg-split

Read More
how to remove multiple slashes in URI with 'PREG' or 'HTACCESS'...


php.htaccesspreg-replacepreg-matchpreg-split

Read More
Parse formatted text with 2 delimiters to generate two arrays...


phpregexpreg-matchtext-parsingpreg-split

Read More
Split datetime string into its individual components without using a datetime function/method...


phpdatetimesplittext-extractionpreg-split

Read More
Split string with PHP piece by piece...


phpstringsplittagspreg-split

Read More
Parse inline style attribute string and get index of a specific attribute name...


phpcssarrayspreg-splitdelimited

Read More
Retain Delimiters when Splitting String...


phpregexexplodepreg-split

Read More
Split string on non-alphanumeric characters and on positions between digits and non-digits...


phpregexstringsplitpreg-split

Read More
Split text containing numbered lines into array of sentences...


phparraysregexpreg-split

Read More
Get values which contain only whitelisted characters from a comma-delimited string...


phparrayswhitelistpreg-splitmultibyte-characters

Read More
Explode string on commas and trim potential spaces from each value...


phptrimexplodehigher-order-functionspreg-split

Read More
Split strings in array to form three-element subarrays...


phpoperatorswhere-clausetext-parsingpreg-split

Read More
In PHP, which is faster: preg_split or explode?...


phpexplodepreg-split

Read More
How to group sentences by groups of 500 characters without breaking a sentence with PHP?...


phppreg-split

Read More
BackNext