Regular Expressions 101

Sponsors

Library entries

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
23
pcre

userName

1-15 alphanumeric login name
Submitted by gsanchezc - 8 years ago
0
pcre

Check_Email

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

matching sentence

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

Phone Number Extractor

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

get all files

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

Match Characters outside list

no description available
Submitted by vikas - 8 years ago
0
pcre

Any mail address

Any mail address
Submitted by Himalay - 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