Search code examples
Preg split or preg match to extract from string with known and constant pattern...


phppreg-matchpreg-match-allpreg-split

Read More
preg_match to determine similar pattern...


phpregexpreg-match

Read More
Validate that a string is comprised only of one or more letters, numbers, and/or spaces...


phpregexvalidationpreg-match

Read More
How to get the attribute assignments from multiple <lang> tags...


phpattributeshtml-parsingpreg-matchtext-extraction

Read More
What does "(?P<word>subexpression)" mean in a PHP regex pattern?...


phpregexpreg-matchcapture-groupnamed-captures

Read More
Regex pattern works in a regex sandbox, but not with PHP's preg_match() as a double quoted strin...


phpregexpreg-match

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


phpregexpreg-matchscanfpreg-split

Read More
How to select a string after a specified string in PHP...


phparrayspreg-match

Read More
Validating only selected characters in a PHP string (phone number validation)...


phpstringvalidationpreg-match

Read More
preg_match all the occurrences in a line...


phpregexpreg-match

Read More
Escaping slashes not working as expected within the double-quoted pattern of PHP's preg_match()...


phpregexcodeigniterescapingpreg-match

Read More
preg_match and escaping when inside double quotes...


phpescapingpreg-matchnewlinedouble-quotes

Read More
Test if a string is regex...


phpregexpreg-match

Read More
How to check if string contains only specified character set?...


phpstringpreg-matchereg

Read More
Regular expression: match at least *two* of a given list of strings or patterns?...


regexstringpreg-match

Read More
How to return only needed match with preg_match...


phpregexpreg-match

Read More
regex function[filename] pattern and function[string_with_escaped_characters] pattern...


phpregexpreg-replacepreg-match

Read More
Regex for a custom link (url) structure verification (preg_match, PHP)...


phpregexpreg-match

Read More
preg_match all words in a string...


phppreg-match

Read More
Using text file as pattern preg_match_all PHP...


phpregexpreg-matchpreg-match-all

Read More
How to match a label and its following numeric value within a larger string...


phpregexpreg-matchtext-extraction

Read More
Set maximum length in regex...


phpregexpreg-match

Read More
Need PHP regex to match pattern in URL...


phpregexurlpreg-match

Read More
How to Filter Mac Address from Specified String using Regex in PHP?...


phpregexpreg-match

Read More
PHP Regex to find pattern and wrap in anchor tags...


phpregexpreg-replacepreg-match

Read More
Double regex matches...


phpregexpreg-matchpreg-match-all

Read More
How to fetch full word from string against matched pattern in PHP?...


phpregexpreg-matchpreg-match-all

Read More
php only allow letters, numbers, spaces and specific symbols using pregmatch...


phpregexstringvalidationpreg-match

Read More
Extracting filename from content disposition via PHP...


phppreg-matchcontent-disposition

Read More
preg match to get text after @ symbol and before next space using php...


phpregexpreg-matchpreg-match-allmention

Read More
BackNext