List Question
20 TechQA 2024-01-31T14:01:16.627000Sed occasionally missing a capture group
60 views
Asked by Yehuda
Is it possible to recursively capture a FINITE number of matches (all of the same format) using ECMA RegEx?
87 views
Asked by NerdyDeeds
Replace the string after second forward slash using a RegEx
82 views
Asked by ReynierPM
Perl: named capturing group defaults at replacement string
158 views
Asked by mcaustria
How to use capture groups in GoLang?
900 views
Asked by mberge
Regex capture group not working as expected
113 views
Asked by celsowm
MySQL Regexp to repeat CSV limits at 340 commas
39 views
Asked by Aun Rizvi
How do I match a character before or after a capturing group in regex?
553 views
Asked by Stevoisiak
Python Regex Capturing Multiple Matches in separate observations
40 views
Asked by Pepa
Numerical reference for backreference not working out in Python
44 views
Asked by Dave
Regexp capture part of text but ignores rest if patern found
33 views
Asked by Piotr GoczaĆ
Not able to capture with capture groups
72 views
Asked by Dave
How to capture one digit with sed and replace the other?
218 views
Asked by learning2code
Substitute a regular expression by text in between the regular expression
34 views
Asked by cookiemonster
Regex to capture comma separated groups of text in parentheses [Java]
183 views
Asked by Dust_In_The_Wind
capture repeating regex pattern as one group, sed in bash script
232 views
Asked by user177731
JS Regex- find a substring contains special characters
103 views
Asked by MayAsk
regexp parse multiple key pair values with delimiter that might be part of the value pair
119 views
Asked by Alg_D