Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

How do I group regular expressions past the 9th backreference?

regex notepad++ regex-group

Regular Expression in sed for multiple replacements in one statement

preg_replace how to replace only matching xxx($1)yyy pattern inside the selector

extract substring using regex in groovy

regex groovy regex-group