Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex-group

Why sed doesn't print an optional group?

replace number greater than 5 digits in a text

Extract groups matched regex to array in scala

Find out which group matches in Java regex without linear search?

java regex regex-group

Powershell: Replacing regex named groups with variables

using regex g flag in java

java regex regex-group

android java regex named groups

android regex regex-group

Java Matcher groups: Understanding The difference between "(?:X|Y)" and "(?:X)|(?:Y)"

java regex regex-group

Raku regex: How to use capturing group inside lookaheads

Firefox gives SyntaxError: invalid regexp group

Regex: Capture one or more groups if exists (Java)

java regex regex-group

Groovy: Idiomatic way to replace captured groups

java regex groovy regex-group

functional difference between lookarounds and non-capture group?

What does ?: in a regular expression mean? [duplicate]

regex perl regex-group

Raku regex: How to know which group was captured at an alternation

Is it possible to erase a capture group that has already matched, making it non-participating?

regex pcre regex-group

Powershell - Regular Expression Multiple Matches

python regex: duplicate names in named groups

Notepad++ regex replace named groups

how to interpolate string containing capture-group parentheses as regex in Raku?

regex regex-group raku