Split an alphanumeric string after each sequence of numbers...
Read MoreSplit string on delimiter unless contains in single or double quotes...
Read MoreSplit a string AFTER every third instance of character...
Read MoreSplit string on a specific character if not preceded by a slash...
Read MoreExplode a string on every second occurrence of a character...
Read MoreSplit string by last character and save to array?...
Read MoreSplit strings by different delimiting character sequences...
Read MoreHow can I find a string in a JSON string using a regular expression on PHP?...
Read Morehow to remove multiple slashes in URI with 'PREG' or 'HTACCESS'...
Read MoreParse formatted text with 2 delimiters to generate two arrays...
Read MoreSplit datetime string into its individual components without using a datetime function/method...
Read MoreSplit string with PHP piece by piece...
Read MoreParse inline style attribute string and get index of a specific attribute name...
Read MoreRetain Delimiters when Splitting String...
Read MoreSplit string on non-alphanumeric characters and on positions between digits and non-digits...
Read MoreSplit text containing numbered lines into array of sentences...
Read MoreGet values which contain only whitelisted characters from a comma-delimited string...
Read MoreExplode string on commas and trim potential spaces from each value...
Read MoreSplit strings in array to form three-element subarrays...
Read MoreIn PHP, which is faster: preg_split or explode?...
Read MoreHow to group sentences by groups of 500 characters without breaking a sentence with PHP?...
Read MorePHP preg_split only inside double quotes...
Read Morepreg_split and multiple delimiters...
Read MoreI am trying to split/explode/preg_split a string but I want to keep the delimiter...
Read MoreSplit a string just before each occurrence of 3 specific delimiters...
Read MoreHow to match comma outside multiple parentheses by regex...
Read MoreUsing preg_split() to extract a part of a number on first occurrence of a particular number...
Read Morearabic characters to ABCD characters...
Read More