Search code examples
python re.sub - alternative replacement patterns...


pythonregexpython-3.xbackreferencecapture-group

Read More
Is there an equivalent of "&" in R's regular expressions for backreference to enti...


rregexbackreferencecapture-group

Read More
Parse string with Regex - optional capture groups...


javascriptregexregex-groupcapture-group

Read More
Is it possible to count the number of capture groups in an arbitrary std::regex object?...


c++regexc++11c++14capture-group

Read More
JS split() Regex with Three Matches to a single Results Array...


javascriptregexsplitcapture-group

Read More
Python Regular Expression Named Capture Groups...


pythonregexpython-3.xcapture-groupnamed-captures

Read More
Python : Convert Integers into a Count (i.e. 3 --> 1,2,3)...


pythonregexbackreferencecapturing-groupcapture-group

Read More
VIM regex capture group catches nothing...


regexvimcapture-group

Read More
Regex capture group reference > repetition?...


regexcapture-group

Read More
sed - print translated HEX using capture group...


regexbashsedhexcapture-group

Read More
Regular Expression conditional lookahead with next capture group match PCRE...


phpregexconditional-statementspcrecapture-group

Read More
regex with optional capture group...


regexcapture-group

Read More
How to highlight capture groups (e.g. with brackets around them) in the entire match output in Perl...


regexperlcapture-group

Read More
Regex multiple exclusions...


regexcapture-group

Read More
Capture string before and string after substring into named capturing group...


regexcapture-group

Read More
java regex capturing 2 numbers...


javaregexcapture-group

Read More
Regex Return First Match...


jsonregexcapture-group

Read More
How can I fix this regex? (nmap results)...


pythonregexcapture-group

Read More
How to split a string into two parts then join them in reverse order as a new string?...


phpstringpreg-replacesubstringcapture-group

Read More
awk - parse text having same character in fields as delimiter...


regexbashawkcapture-group

Read More
Match positions of named capture groups in Perl's regexps...


regexperlcapture-group

Read More
Regular Expression : Use last matched optional capture group...


regexcapture-group

Read More
Capture groups not working in NSRegularExpression...


objective-cregexiosnsregularexpressioncapture-group

Read More
Regex with capture groups for substrings made up of a variable number of words...


regexlinuxbashcapture-group

Read More
How to capture group if it have comma inside double quotes in regex?...


regexapache-nificapture-group

Read More
Replace Java Regex Capture Groups with Parts of Themselves...


javaregexreplaceallcapture-group

Read More
ruby regex scan and gsub work differently with capture groups in blocks...


rubyregexcapture-group

Read More
optional capture groups with NSRegularExpressions in swift...


iosswiftnsregularexpressioncapture-group

Read More
How to have an undefined amount of captures in a regex?...


rubyregexcapture-group

Read More
Accessing capture groups in AS3 RegEx...


regexactionscript-3capture-group

Read More
BackNext