Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,000 community submitted regex patterns...
0
parsing distinguishedName attribute in LDAP
PCRE (PHP <7.3)
parsing distinguishedName attribute in LDAP. Requires g modifier
Submitted by
las68
-
9 years ago
0
^[a-zA-Z0-9\._-]+@[a-zA-Z0-9-]{2,}[.][a-zA-Z]{2,4}$
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Special Chars
PCRE (PHP <7.3)
matches any special chars (e.g. !@#$)
Submitted by
DrewBaker
-
9 years ago
0
Phone Number
PCRE (PHP <7.3)
Phone Number validator with country code area code
Submitted by
Kristine Poghosyan
-
9 years ago
0
^[0-9]{10,11}|2[0-9]{3,3}-(0[1-9]|[1][0-2])-(0[1-9]|[1-2][0-9]|3[0-1])
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Number 1 to 32 only
ECMAScript (JavaScript)
no description available
Submitted by
bustexz
-
9 years ago
0
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Names
PCRE (PHP <7.3)
For US names
Submitted by
anonymous
-
9 years ago
0
ip
Python
ip-adreese
Submitted by
anonymous
-
9 years ago
0
(554) 555 55 55
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Match 24H time
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Xml Parser!
PCRE (PHP <7.3)
Captures TagName, attributes and value in seperate groups. --- Apply same pattern on capture group #3 (using recursion) to parse entire xml! --- Apply regex defined in teststring to capture group #2 to parse all the attributes for the current tag.
Submitted by
veryanonymous
-
8 years ago
0
message postcode
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Oktavian regex [1]
PCRE (PHP <7.3)
trans replace
Submitted by
Oktavian Master
-
8 years ago
0
Spine Label Regex
ECMAScript (JavaScript)
LC spine label parsing
Submitted by
Dan Pearl
-
8 years ago
0
Regex to match lines having string1 and not having string3
PCRE (PHP <7.3)
no description available
Submitted by
Vivek Shah
-
8 years ago
0
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
IP adress or masks
PCRE (PHP <7.3)
Match any IP adress or Subnet masks and split all bytes in capture groups
Submitted by
SkullPand4
-
8 years ago
0
IPv4 addresses that don't match RFC1918
PCRE (PHP <7.3)
Matches publicly available IPv4 addresses (excludes 10., 172.16-32, and 192.168 blocks).
Submitted by
anonymous
-
8 years ago
0
Line match
ECMAScript (JavaScript)
Regex to match any no of lines
Submitted by
noby nirmal
-
8 years ago
1
...
559
560
561
562
563
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
(
(
[
A
-
z0
-
9
]
*
(
\s
)
)*
[
a
-
z.
]
)+
)*
(?!
(
[
A
-
z0
-
9
]
*
(
\s
)
)
)
/
Open regex in editor
Description
Regex to match any no of lines
Submitted by
noby nirmal
-
8 years ago