Regex group with pipe (2 valid patterns), negative backreference to that group and choose the other ...
Read MorePython regex substitution: separate backreference from digit...
Read MoreNegating a backreference in Regular Expressions...
Read MoreSed expression to convert only certain lines starting with some example phrase...
Read MoreWeird behavior of sed's backreference...
Read MoreHow to replace something with n duplicates of itself with regex?...
Read MoreNamed backreference (?P=name) issue in Python re...
Read Moregreedy backreference in python's reguar expression?...
Read MoreWhy does backreferencing capturing groups work for multiple digit numbers in Java?...
Read MoreGNU `rename` - number pad multiple occurrences within the same file name...
Read MorePCRE2 - Match every word whose suffix matches a backreference...
Read MoreHow can I extract submatches using C regex...
Read MoreIs it possible to pass a backreference to a function from inside sed?...
Read MoreCan't use '\1' backreference to capture-group in a function call in re.sub() repr expres...
Read Morepowershell cannot use methods on backreference matches...
Read MoreRegex to convert time equations to R date-time (POSIXct)...
Read MoreReplacing text in gsub by evaluating a backreference...
Read MoreAWK: how to have backreference \1 in gensub() function's regex field?...
Read MoreUsing re.sub to replace numeric part of string, with arithmetic manipulation of that number in Pytho...
Read MoreHow to separare backreference and alphanumberic values in psql...
Read MorePerforming a second replace in backreference for a regexp...
Read MoreHow to replace exact number of characters in string based on occurrence between delimitors in R...
Read MoreRegex in C++ with back-references and conditionals...
Read MoreHow to make grep match \1 \2 e.t.c in search string...
Read MoreMatch case in backreference in re.sub...
Read MoreWhat's the difference between these two regular expressions?...
Read MoreFind same rwx permissions between users-others using egrep...
Read MoreAdd/Remove hyphens/dashes from list of specific words with REGEX (American vs British English)...
Read More