Search code examples
Zero-pad numbers to a minimum length if preceded by a word from a whitelist...


phpregexreplacepreg-replacepreg-match-all

Read More
Replace curly braced placeholders containing a word followed by an integer...


phpregexreplaceforeachpreg-match-all

Read More
Capture two substrings per line of multiline text...


phppreg-match-alltext-extraction

Read More
Validate a string and return a dynamic number of isolated words...


phpregexpreg-match-allcontinue

Read More
How to get <pre> tag contents using preg_match_all?...


phpweb-scrapingpreg-matchpreg-match-all

Read More
How Elimante Duplicate Data in multiple Array...


phparraysduplicateshtml-parsingpreg-match-all

Read More
Get all integers which follow certain symbols in a string with multiple delimiters...


phpregexpreg-match-alltext-extractiondelimited

Read More
Match string between single quotes including escaped single quotes...


phpregexescapingpreg-match-allsingle-quotes

Read More
Delete non number containing braces from string...


phpregexpreg-replacepreg-matchpreg-match-all

Read More
PregMatch any of two phrases but not a third one...


phpregexpreg-match-all

Read More
Regex: Match string with OR withour string delimiter...


regexpreg-match-all

Read More
preg_match_all() returns only the last matches from a single row, but all matches from a multi-row s...


phppreg-match-all

Read More
php - how to get meta tags from url...


phpregexpreg-match-all

Read More
Getting the first image in string with php...


phpimagepreg-match-all

Read More
Extract significant parts of an AWS authorization header string...


phppreg-match-alltext-extractionauthorization-header

Read More
Replace empty alt tag on <img> tag...


phpimagepreg-match-all

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
PHP: unexpected PREG_BACKTRACK_LIMIT_ERROR...


phpregexpreg-match-all

Read More
Get substrings from text which start with one of an array of keywords and the substring must not inc...


phparraysstringpreg-match-alltext-extraction

Read More
Regex | PHP capture each illegal double quote in a json string...


phpjsonregexpreg-match-allpcre2

Read More
preg_match_all multidimensional array output looping? PHP...


phploopsmultidimensional-arrayforeachpreg-match-all

Read More
Get all substrings between parentheses...


phppreg-match-alltext-extraction

Read More
Match Subject elements of a parsed SSL Certificate using regex...


phpregexpreg-match-all

Read More
How do i scrape multiple lines in the sourcelist using cURL and preg_match_all...


phpregexweb-scrapingcurlpreg-match-all

Read More
I want a regex pattern to grab text within a pattern that excludes matches followed by a particular ...


phpregexpreg-match-all

Read More
Extract text from multiple HTML tags...


phpregexpreg-match-alltext-extraction

Read More
PHP regular expression to find "email":"[email protected]" pattern...


phpregexpreg-match-all

Read More
Match all space-delimited "words" containing at least 1 letter and 1 number and may contai...


phpregexpreg-match-alltext-extractionword-boundaries

Read More
preg_match_all for dates with different format...


phppreg-match-all

Read More
Parse parameters and values of smarty-like string in PHP...


phppcrepreg-match-all

Read More
BackNext