Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in regex

Look for Nested XML tag with Regex

html xml regex tags nested

What regex would detect if a string is part of a numbered list?

javascript regex

Difference between possessive quantifier and once-only subpatterns

php regex pcre

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