Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in capturing-group

Matching incremental digits in numbers

Capturing <thisPartOnly> and (thisPartOnly) with the same group

java regex capturing-group

Iterative regex capturing in C#

Regex: How to capture all iterations in repeated capturing group

c# .net regex capturing-group

JavaScript regex back references returning an array of matches from single capture group (multiple groups)

Positive lookbehind vs non-capturing group: different behaviuor

regex - how to match group of unique characters of certain length

NSRegularExpression cannot find capturing group matches

REGEXP: capture group NOT followed by

Regex only capturing last instance of capture group in match

How do I use more than nine backreferences in Notepad++ regexp?

Is there a regex flavor that allows me to count the number of repetitions matched by the * and + operators?

Regex - Saving Repeating Captured Group

ruby regex capturing-group

SQL find-and-replace regular-expression capturing-group limit?

How to use a regex to match if any pattern appears once out of many times in a given sequence

regex capturing-group

Capture and execute multiline code and incorporate result in raku

Find and replace using regular expression, group capturing, and back referencing

Javascript RegExp non-capturing groups

Negative lookahead with capturing groups

Why does re.sub replace the entire pattern, not just a capturing group within it?