Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

awk: function to escape regex operators from a string

regex bash awk gawk

Pattern matching with Java regex

java regex

Match IRC channel with regular expression (RFCs 2811-2813)

regex irc rfc

How can I use vim to replace literal "\n" with literal "\\n"?

c++ regex vim newline

Substring without breaking html c#

c# html regex substring

Kotlin: How to get a capture group of the first line that matches?

regex kotlin sequence

How to use Regular Expressions to find duplicate non-consecutive words?

python regex

java regex matcher.replaceAll with groups

java regex

R: Match an odd number of repetitions

Named subroutines in Oniguruma regex engine?

ruby regex perl pcre oniguruma

Using character delimiters to find and highlight text in Swift

ios regex string swift nsrange

Data validation using regular expressions in Google Sheets

a{0,1}|b{0,1} matches only 'a', why?

regex perl

and not search pattern

regex vim

Regex -> match a number between 000001 and 999999

regex linux bash shell

How to insert one or more character in the middle of a string using python?

python regex permutation

Single out everything after last occurence of a 10 number string

javascript regex

Regex capture group works in Javascript and regex101, but not in sed

Regarding \Z in regular expression

regex python-2.7