Search code examples
How does regular expression engine parse regex with recursive subpatterns to match palindromes?...


phpregexrecursionpcrepalindrome

Read More
What are the differences between GNU grep's basic/extended and PCRE (`-P`) regular expressions?...


regexgrepgnupcre

Read More
Regex not match inside of match (validating content in Markdown links)...


regexpcre

Read More
How to keep matched groups of pattern recursion in regex?...


regexpcre

Read More
Non greedy (reluctant) regex matching in sed?...


regexsedpcregreedyregex-greedy

Read More
Can I get help generating the correct regex to match a list of test strings?...


regexregex-lookaroundsregex-grouppcreregex-negation

Read More
Basic PCRE expression to match word anywhere in a line + another word always at the end of line...


regexpcre

Read More
Get multibyte character count before match with preg_match() (PREG_OFFSET_CAPTURE parameter is unhel...


phpunicodeutf-8preg-matchpcre

Read More
Basic PCRE expression to omit a double quoted substring within a string...


linuxpcre

Read More
Why do these three regexes have different step counts?...


regexpcre

Read More
PCRE Regex to SED...


regexsedpcre

Read More
Missing pcre(Perl Compatible Regular Expressions) object files while building TWRP custom recovery...


androidc++linuxpcredevice-tree

Read More
Recursive regex pattern not matching all characters as expected (PHP differs from Perl implementatio...


phpregexrecursionpcre

Read More
Regex for matching a certain number of words...


regexpcre

Read More
Remove all opening and closing parentheses in a string...


phpregexpreg-replacepcreparentheses

Read More
Regex to only return matches when followed by a specific word...


regexpcresplunkpositive-lookahead

Read More
Is it possible to split a hex string like this using just regex?...


regexhexpcre

Read More
Regex case-insensitive search, but have output match the case in the regex...


regexsedpcrecase-insensitive

Read More
Unable to match whole string using PCRE regex in C++...


c++regexpcre

Read More
Regex differences between PCRE and PCRE2...


regexmigrationpcre

Read More
PHP perl regular expression - URL not preceded by equal sign and possible single or double quote...


phpregexpreg-replacepcre

Read More
Exclude underscore from word boundary in regex...


phpregexpcreword-boundary

Read More
Python and PCRE regex that are the same give different outputs for the same input...


pythonregexpcrepcre2

Read More
Why fountain character matches anchor character in regular expression inside range?...


regexpcre

Read More
Regex to find string arguments of a function call (lookbehind with multiple hits)...


regexgrepregex-grouppcreregex-greedy

Read More
grep - RegEx multiple-criteria select...


regexlinuxgrepgnupcre

Read More
Regexp : catching all letters and numbers before a specific string...


regexpcre

Read More
Regex grouping rules for alternation...


regexpcre

Read More
Regex: substitute spaces after specific word...


regexreplacesaspcre

Read More
Split string on non-alphanumerics in PHP? Is it possible with php's native function?...


phpregexsplitnativepcre

Read More
BackNext