Search code examples
How do I use more than nine backreferences in Notepad++ regexp?...


regexreplacenotepad++backreferencecapturing-group

Read More
Regular expression for duplicate words...


regexduplicatesbackreferencecapture-group

Read More
sed - Back reference on match pattern does not work...


regexmacossedbackreference

Read More
What's the difference between \1 versus $1 in the second paramter of preg_replace()?...


phpregexpreg-replacebackreferencecapture-group

Read More
Why are all backreferences in replacement string of preg_replace() empty?...


phpregexpreg-replacebackreferencecapture-group

Read More
How to access capture groups in the replacement parameter of preg_replace()?...


phpregexpreg-replacebackreferencecapture-group

Read More
Append text immediately after a regex match -- "$0$n" is misinterpreted by preg_replace()...


phpregexreplacepreg-replacebackreference

Read More
Backreference \1 in replacement string of preg_replace() is not substituting the captured text from ...


phpreplacepreg-replacequotingbackreference

Read More
sed to parse compiler warning message...


sedbackreference

Read More
Write a back reference in regular terms to determine the equality of two numbers...


regexbashequalitybackreference

Read More
How does backreferencing in the search pattern work in GNU Sed?...


sedbackreferencegnu-sed

Read More
Notepad++ Regex Backreference syntax in Search/Replace - \1 or $1...


regexescapingnotepad++replacebackreference

Read More
Multiple Backreferences in Matcher.replaceAll()...


javaregexbackreference

Read More
Fails to match when using backreference...


regexbackreference

Read More
Back-reference when preprend using sed linux command...


regexlinuxsedprependbackreference

Read More
Regular expression for extracting a noun in variable order...


javascriptregexregex-groupbackreferencenamed-captures

Read More
Extract capture group matches from regular expressions? (or: where is gregexec?)...


regexrbackreference

Read More
back reference with sed command getting unexpected result...


unixsedbackreference

Read More
Error "sre_constants.error: unmatched group" when using Pattern.sub(r'\1'...


pythonregexpython-2.7backreference

Read More
Numerical reference for backreference not working out in Python...


pythonregexbackreferencecapture-group

Read More
vim: substitute characters from backreference...


regexvimbackreference

Read More
PCRE Regex - Backreference not working inside lookahead or after pipe...


regexregex-lookaroundspcrebackreference

Read More
Can you use back references in the pattern part of a regular expression?...


phpregexbackreference

Read More
Is it possible to use the backreference of match result as a match of another capture group?...


c#.netregexregexp-replacebackreference

Read More
Wrap first word in <b> tag with preg_replace -- can't reference fullstring match...


phpregexpreg-replacebackreference

Read More
GNU grep, backreferences and wildcards...


grepwildcardbackreference

Read More
Are back references possible in flex (lexical analyser)?...


regexflex-lexerlexical-analysisbackreference

Read More
Javascript Regex Replace Without Resolving Backreference...


javascriptescapingbackreference

Read More
Regex group with pipe (2 valid patterns), negative backreference to that group and choose the other ...


pythonregexregex-lookaroundsbackreference

Read More
Python regex substitution: separate backreference from digit...


pythonregexbackreference

Read More
BackNext