Search code examples
Capture an indeterminant number of delimited values inside of a square braced placeholder in a strin...


phpregexplaceholderdelimitedcapture-group

Read More
What's the difference between \1 versus $1 in the second paramter of preg_replace()?...


phpregexpreg-replacebackreferencecapture-group

Read More
Why are all backreferences in replacement string of preg_replace() empty?...


phpregexpreg-replacebackreferencecapture-group

Read More
How to access capture groups in the replacement parameter of preg_replace()?...


phpregexpreg-replacebackreferencecapture-group

Read More
RegEx multiple capture groups replaced in a string...


regexcapture-group

Read More
Substitute a regular expression by text in between the regular expression...


regexvimreplacetext-processingcapture-group

Read More
Sed occasionally missing a capture group...


sedcapture-group

Read More
Is it possible to make a "search and replace" work where the replacement is a variable con...


perlreplacecapture-group

Read More
Is it possible to recursively capture a FINITE number of matches (all of the same format) using ECMA...


javascriptregexrecursioncapture-group

Read More
Java regex - Determine which capture group was matched and count occurences...


javaregexcapture-group

Read More
What is the purpose of non-capture groups...


regexgroovycapture-group

Read More
Replace the string after second forward slash using a RegEx...


javascriptregexstringreplacecapture-group

Read More
Perl: named capturing group defaults at replacement string...


regexperlcapture-group

Read More
How to use capture groups in GoLang?...


regexgocapture-group

Read More
Regex capture group not working as expected...


regexcapture-group

Read More
Named capture groups with grep...


regexgrepcapture-group

Read More
How to capture one digit with sed and replace the other?...


regexsedcapture-group

Read More
how to store a regex-capture-group as a variable in vim script?...


regexvimcapture-group

Read More
Regular expression for duplicate words...


regexduplicatesbackreferencecapture-group

Read More
How to get capturing group functionality in Go regular expressions...


regexgocapture-group

Read More
Numerical reference for backreference not working out in Python...


pythonregexbackreferencecapture-group

Read More
Regexp capture part of text but ignores rest if patern found...


regexpcrezabbixcapture-group

Read More
Named capture groups in the function version of `replace()`...


javascriptregexcapture-group

Read More
PowerShell RegEx to split MAC address...


regexpowershellmac-addresscapture-group

Read More
capture repeating regex pattern as one group, sed in bash script...


regexbashshellsedcapture-group

Read More
JS Regex- find a substring contains special characters...


javascriptregexsubstringspecial-characterscapture-group

Read More
regexp parse multiple key pair values with delimiter that might be part of the value pair...


regexcapture-group

Read More
Are non-capturing groups redundant?...


javaregexcapture-group

Read More
How to align properly the output of sed capture grous...


sedalignmentcapture-group

Read More
Why won't re.groups() give me anything for my one correctly-matched group?...


pythonregexobjectmatchcapture-group

Read More
BackNext