Regex: Ignoring characters in backreferences...
Read MoreNamed backreferences with preg_replace...
Read MoreHow do I use more than nine backreferences in Notepad++ regexp?...
Read MoreRegular expression for duplicate words...
Read Moresed - Back reference on match pattern does not work...
Read MoreWhat's the difference between \1 versus $1 in the second paramter of preg_replace()?...
Read MoreWhy are all backreferences in replacement string of preg_replace() empty?...
Read MoreHow to access capture groups in the replacement parameter of preg_replace()?...
Read MoreAppend text immediately after a regex match -- "$0$n" is misinterpreted by preg_replace()...
Read MoreBackreference \1 in replacement string of preg_replace() is not substituting the captured text from ...
Read Moresed to parse compiler warning message...
Read MoreWrite a back reference in regular terms to determine the equality of two numbers...
Read MoreHow does backreferencing in the search pattern work in GNU Sed?...
Read MoreNotepad++ Regex Backreference syntax in Search/Replace - \1 or $1...
Read MoreMultiple Backreferences in Matcher.replaceAll()...
Read MoreFails to match when using backreference...
Read MoreBack-reference when preprend using sed linux command...
Read MoreRegular expression for extracting a noun in variable order...
Read MoreExtract capture group matches from regular expressions? (or: where is gregexec?)...
Read Moreback reference with sed command getting unexpected result...
Read MoreError "sre_constants.error: unmatched group" when using Pattern.sub(r'\1'...
Read MoreNumerical reference for backreference not working out in Python...
Read Morevim: substitute characters from backreference...
Read MorePCRE Regex - Backreference not working inside lookahead or after pipe...
Read MoreCan you use back references in the pattern part of a regular expression?...
Read MoreIs it possible to use the backreference of match result as a match of another capture group?...
Read MoreWrap first word in <b> tag with preg_replace -- can't reference fullstring match...
Read MoreGNU grep, backreferences and wildcards...
Read MoreAre back references possible in flex (lexical analyser)?...
Read MoreJavascript Regex Replace Without Resolving Backreference...
Read More