Regular Expressions 101

Sponsors

Library entries

0
dotnet

IP Table Parse IPID

Match 1 is the IPID
Submitted by Tres Little - 6 months ago
0
dotnet

title and page

find title and page in text
Submitted by anonymous - 7 months ago
0
dotnet

7zip file type regex

header of output from > 7z i
Submitted by ninmonkey - 7 months ago
0
dotnet

custom email

custom email
Submitted by anonymous - 7 months ago
0
dotnet

Any WhiteSpace Character

Any WhiteSpace Character
Submitted by anonymous - 7 months ago
0
dotnet

sdfsfd

sdfdsf
Submitted by anonymous - 7 months ago
0
dotnet

Username regex

Matches alphanumeric, @, . , -
Submitted by Ethan Pedersen - 7 months ago
0
dotnet

Guid parser

Guid parser
Submitted by anonymous - 8 months ago
0
dotnet

Nepali phone number regex

(\+977)?9\d{8}
Submitted by anonymous - 9 months ago

Phone number

Vote

4

Regular Expression
pcre

/
^((((\+[\d\-.]{1,5})?[ \-.]?\d{3})|(\+[\d\-.]{1,5})?[ \-.]?\((\d{3}\)))?[ \-.]?\d{3}[ \-.]?\d{4}\s?(e?x?t?\.?\s?\d{1,7})?)?$
/
i

Description

Loading markdown...
Submitted by Mark Landry - 8 years ago