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...
1
Tele
PCRE (PHP <7.3)
no description available
Submitted by
Alpha
-
10 years ago
1
Find any version of US country name in address string
PCRE (PHP <7.3)
Given a string that represents a location in the USA, find any version of the USA country name as one would expect at the end of that string. Does not match on if it finds it elsewhere such as a freeway name or the "us" in the city of "Russellville".
Submitted by
Bobby
-
10 years ago
1
SIP Address Validator
ECMAScript (JavaScript)
This Regular Expression Validates SIP Addresses
Submitted by
Tarun Telang, Sanjay Sinha
-
10 years ago
1
Käyttäjätunnus
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
BIGipServerPool Parsing
PCRE (PHP <7.3)
Parse for the BIGipServerPool set by F5 load balancers
Submitted by
Nathan Baker
-
10 years ago
1
Css Splitter
PCRE (PHP <7.3)
Splits the css code into two blocks. (comments|selector block)
Submitted by
@Silent_Coder
-
10 years ago
1
Extract email client inserted reply line "On <DATE>, <SENDER> wrote:"
PCRE (PHP <7.3)
Email clients insert the "sender wrote" line to email replies.
Submitted by
Vlad Burca
-
10 years ago
1
bla
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
science on saturday 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
q3df visname tester
PCRE (PHP <7.3)
www.q3df.org profil visname regex tester
Submitted by
nightmare
-
10 years ago
1
Test
PCRE (PHP <7.3)
Tralala
Submitted by
Tralala
-
10 years ago
1
help?
Python
no description available
Submitted by
anonymous
-
10 years ago
1
Cleveland, OH
ECMAScript (JavaScript)
CLeveland, OH ||| SanDiego, CA this regex will pick up on those
Submitted by
anonymous
-
10 years ago
1
CSS instructions
PCRE (PHP <7.3)
Find everything between {}
Submitted by
anonymous
-
10 years ago
1
fixer
PCRE (PHP <7.3)
no description available
Submitted by
t
-
10 years ago
1
PHPfrance soustraction d'une chaîne
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
1
vx
PCRE (PHP <7.3)
sv
Submitted by
cv
-
10 years ago
1
AutoDateRegex
PCRE (PHP <7.3)
Regex for date for example in saved reports (01m-1y) beginning of last month Format -> dmy
Submitted by
Mayer@netgo.org
-
10 years ago
1
cross platform file extension in node/io.js
ECMAScript (JavaScript)
This regex will match the file extension on any platform in node.js or io.js.
Submitted by
Russell Dempsey
-
10 years ago
1
Credit Card finder
PCRE (PHP <7.3)
Captures credit card looking sequence of digits Luhn validation remains required as a complement.
Submitted by
OP
-
10 years ago
1
...
77
78
79
80
81
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
[
\w\n
;,.!'
\-
:
]
*
\n
[
A
-
Z
]
*
\.
(
[
\w\n
;,.!'
\-
:
]
*
Eye
of
newt
[
\w\n
;,.!'
\-
:
]
*
?
)
\n\n
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
10 years ago