Search code examples
Why do negative lookbehind and optional group allow a match?...


regexpcre

Read More
Can PCRE regex match a null character?...


regexnullpcre

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


regexpcre

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


regexsedpcregreedyregex-greedy

Read More
Convert JSON integers and floats to strings...


phpjsonregexpcre

Read More
Regex expression to exclude a string between two capture groups...


regexpcre

Read More
PCRE regular expressions backtracking control...


regexpcre

Read More
PHP PCRE regex with multiple SKIP FAIL in a pattern...


phpregexencodingpcre

Read More
How does PCRE \p{N} define a "numeric character"...


regexunicodepcrepcre2

Read More
Use of the idx parameter of match function with a regexp of the form "^....." | Julia 0.6...


regexjuliapcre

Read More
Undefined reference when trying to use PCRE with C++?...


c++ubuntupcreundefined-reference

Read More
What's the technical reason for "lookbehind assertion MUST be fixed length" in regex?...


regexpcrelookbehind

Read More
Capture all matching patterns after a string text...


regexmatchmatchingpcre

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


regexregex-lookaroundsregex-grouppcreregex-negation

Read More
IIS/ASP.NET/Umbraco exception on on w3wp.exe and pcre.dll...


asp.net-coreiisumbracopcreplesk

Read More
PHP preg_replace_callback creates false entries in matches for named groups...


phpregexpcrepreg-replace-callback

Read More
How can I use perl to delete files matching a regex...


regexperlpcre

Read More
Splitting a string with zero-width assertions but remove other string in R...


rregexpcrestrsplit

Read More
How can I match the middle character in a string with regex?...


javaregexperlpcre

Read More
regex to match all unescaped '$' in a regex string...


regexescapingregex-lookaroundsregex-grouppcre

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


phpunicodeutf-8preg-matchpcre

Read More
order of word boundaries and anchors in PCRE...


regexpcre

Read More
PCRE regex in R matching `\` and `[` unexpectedly...


rregexpcre

Read More
RegEx for matching between any two HTML tags...


javaregexpcreregex-greedyreplaceall

Read More
Why does Python regular expression give different result for the following 2 quantifiers?...


pythonphpregexpcre

Read More
regex for time validation...


phpregextimepcre

Read More
RegEx for combining "match everything" and "negative lookahead"...


regexpcreregex-lookarounds

Read More
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
BackNext