Regular Expressions 101

Library entries

-2
pcre

float

matches 123.4f 123.4F .4f .4F 5f 5F
Submitted by Mateusz Paluch - 8 years ago
-2
pcre

boolean

Value must be either true or false
Submitted by nstaal - 8 years ago
-2
python

Between two strings

Awesome explanation of nested lookbacks
Submitted by OnlineCop - 8 years ago
-2
pcre

Simple Username Pattern

a simple username pattern
Submitted by Saeed Tabrizi - 8 years ago
-2
pcre

DOTNET

no description available
Submitted by anonymous - 8 years ago
-2
pcre

Get begining of url (subdomain)

In between 2 delimiters
Submitted by anonymous - 8 years ago
-2
python

adsf

adfadfad
Submitted by anonymous - 8 years ago
-2
python

match unescaped quotes

no description available
Submitted by anonymous - 8 years ago
-2
python

TD data from html table

no description available
Submitted by Deepak Bansal - 7 years ago
-3
pcre

Browser regex

no description available
Submitted by anonymous - 10 years ago
-3
pcre

test2

no description available
Submitted by anonymous - 9 years ago
-3
python

Just IP

ip address
Submitted by whoyas2 - 9 years ago
-3
pcre

DateTime YYYY-MM-DD hh:mm:ss

no description available
Submitted by Madhan - 9 years ago
-3
pcre

Date and Time

no description available
Submitted by anonymous - 9 years ago

Capture comma separated numbers

Vote

17

Regular Expression
pcre

/
(\d+)[^,]?+
/
gm

Description

Loading markdown...
Submitted by Fernando Nunes - 8 years ago