Regular Expressions 101

Library entries

-2
pcre

posix

no description available
Submitted by anonymous - 8 years ago
1
javascript

German ZIP Validation

Validates German ZIP codes
Submitted by wehmoen - 8 years ago
2
pcre

Filtrar inicio string

Filtrar inicio da string por BRN ou 201
Submitted by Leandro - 8 years ago
0
pcre

trim IP

find leading zeros in ipv4 adresses
Submitted by anonymous - 8 years ago
1
pcre

phone number

accept number , space, . and -
Submitted by sylvain - 8 years ago
0
pcre

Matches dash-seperated terms in.

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

Valid date ddMMyyyy + .zip extension

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

images url match in text

no description available
Submitted by Redfern.89 - 8 years ago
1
pcre

magic URL regex

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

Check syntax port ACL VNG

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

csv parsing

csv parsing with content quota string
Submitted by Andrey - 8 years ago

Improved RegEx101 ID Grabber

Vote

0

Regular Expression
pcre

/
# Match the beginning of the string. ^ # Match the HTTP(S) domain and path of re101. https?:\/{2}regex101\.com\/r\/ # Capture the unique ID. (?<id>[a-z\d]{1,6}) # Capture the revision. (?:\/(?<rev>\d+))? # Do not care about anything else...
/
gimx

Description

Loading markdown...
Submitted by RF - 8 years ago