Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Regex to capture both '?' and '%3f' in a javascript replace() method

javascript regex

Split R string at spaces but not when the space is between single quotes

r regex

Regex in PHP returning preg_match(): Compilation failed: PCRE does not support \L, \l, \N{name}, \U, or \u [duplicate]

php regex pcre

Java validate price with comma or dot and two decimal value [closed]

java regex

what is the regular expression for male and female string

java regex

python regex search which not starts and ends with any of specified letters

python regex

How to get negative lookahead in regex to accept more words

regex splunk

Regular expression currency format with dots and comma

php regex

How can I capture an escaped " but not an unescaped one?

regex perl

Is this context-free grammar a regular expression?

RegEx for expression between 2 white space characters

regex

Logstash Grok match to last index unti begin of UserAgent

Replace space between a letter and a number with a comma?

python regex

How can I find out which lines my regex matched on?

python regex

Perl regex: when to use $&

regex perl

Regular Expression Match And Compare Captured Groups

regex

Split on space ignore if inside quotes using regex / Java code

java regex

find the lines with atleast twice repeated pattern?

regex linux bash shell grep

Splitting strings by both "\\" and "." with regex [duplicate]

What does it mean "you can’t hide the terminating delimiter of a pattern inside a regex construct" in the "Programming Perl"?

regex perl