Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Javascript RegExp non-capturing groups

vim yank all matches of regex group into register

regex vim regex-group yank

C++11 regex: digit after capturing group in replacement string

c++ regex c++11 regex-group

Kotlin Regex named groups support

regex kotlin regex-group

How do I write a regular expression that excludes rather than matches, e.g., not (this|string)?

Guide on how to use regex in Nginx location block section?