Search code examples
Print capture groups for every match...


regexperlone-liner

Read More
How to get the next word after a keyword...


phpregexpreg-match-alltext-extraction

Read More
Regex match reverse...


regexansible

Read More
Split string after each number...


phpregexsplittext-extractionpreg-split

Read More
Elasticsearch Query on indexes whose name is matching a certain pattern...


regexdatabaseelasticsearchelasticsearch-dsl

Read More
Split $_GET keys between their leading word and their numeric suffix...


phpregexpreg-split

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


phpregexpreg-matchcapture-groupnamed-captures

Read More
Regex string extraction only shows "1"...


regexperl

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
Parse lines of multiline text into subarrays of components...


phparraysregextext-extractiontext-parsing

Read More
How can I split a string into an array of substrings with regular expressions in PHP?...


phpregex

Read More
preg_split() with regex pattern containing a slash and using slashes as delimiters doesn't retur...


phpregexescaping

Read More
Sed append regex capture groups...


regexbashsedcapture-group

Read More
How to extract the substrings between slashes in a string...


phpregextext-extractionpreg-split

Read More
How to split a string containing HTML table markup into whole <tr>...</tr> segments...


phphtmlregexdelimiterpreg-split

Read More
How to use preg_split() to split on spaces or double-quoted expressions including optional leading/t...


phpregexpreg-splitcapture-groupregex-alternation

Read More
preg_split() with PREG_SPLIT_NO_EMPTY|PREG_SPLIT_DELIM_CAPTURE as the third parameter only returns a...


phpregexsplitpreg-splitfunction-parameter

Read More
While using preg_split(), \w* doesn't match hyphenated substrings...


phpregexpreg-splithyphenation

Read More
How to split between <p> tags without consuming the leading <p> tag...


phpregexhtml-parsingpreg-split

Read More
Split String contain Brackets in PHP...


phpregexexplode

Read More
Split a string before and after each squared braced expression...


phpregexsplitpreg-split

Read More
PHP: get substring of string from start to the 3rd occurrence of '%'...


phpregexstringsplitpercentage

Read More
Regex to find integers and decimals in string...


regexstringintegerdecimal

Read More
Regular expression to extract numbers from a string...


.netregex

Read More
Python RE didn't find the last empty string in back reference pattern...


pythonregex

Read More
Can I use preg_split() to extract pairs of delimited substrings from a multiline string?...


phpregexpreg-split

Read More
How to count the number of sentences in a string...


phpregexpreg-split

Read More
What do characters ".", "*", "^", and "$" mean in a regular ...


phpregexpreg-split

Read More
Regex pattern starting with [0-9]+ emits "Unknown modifier '+'" error in PHP...


phpregexdelimiter

Read More
Using a pipe for alternation and pipes as regex delimiters causes preg_split() to fail...


phpregexescapingdelimiter

Read More
BackNext