Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

CIDR notation and IP range validator pattern

java regex ip cidr

How to match multiple regex patterns in ruby

ruby regex

regex match space not in parenthesis, accolades or squared barackets

regex

Find all occurrences of a substring (including overlap)?

python regex string substring

Vim matching everything except a character at the beginning of a line

regex vim

Time complexity of gsub

Distinguish multiple regex hits in a line?

regex perl

finding a number in space separated list with REGEXP

mysql sql regex

python: split string after comma and dots

python regex

C# replace string except when preceded by another

c# regex string replace

Angular ng-pattern regex code for US Zipcodes and Canadian Postal codes [closed]

RegEx needed for Wikipedia infobox

regex for letters or numbers in brackets

java regex

Confused on a basic operation of regular expressions

regex dfa nfa

Can't match string using regular expression with "?"

c# regex

Split string on whitespace OR dash only. Java Applet

java regex split applet

Switch off the g (global) modifier in preg_replace

php regex

How can I parse an address into its individual components?

How to find lines that contain ONLY lowercase using grep

regex bash grep

I can't get preg_match to test if the entire string matches the regex

php regex preg-match