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 11,620 community submitted regex patterns...
0
Telephone Thai Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
partial gtaccesss
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Movements
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Encontrar tags HTML que estejam vazias
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Filename from Ossec lgs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Car Seat (Nuna) CLP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Workout Protocol Splitter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Workout Protocol Identifier
PCRE (PHP <7.3)
Just a regex to identify the various workout protocols. It's very flexible as it can ignore multiple spaces between strings. Group 1: Exercise Order Group 2: Exercise Name Group 3: Protocol
Submitted by
anonymous
-
4 years ago
0
Retirar caracteres como espaço tab line feed and carriage return de fora das tags para que a Reg Exp consiga avaliar múltiplas linhas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Solamente decimales puntos y comas negativos y positivos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
TNRid
PCRE (PHP <7.3)
^-|\b\d.{0,20}.$
Submitted by
anonymous
-
4 years ago
0
israeli phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
just tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
between tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
tilak phishing mail
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Translatable string matcher for Laravel
PCRE (PHP <7.3)
When searching translatable strings in Laravel, this Regex will match all quoted string labels and JSON message localizations.
Submitted by
anonymous
-
4 years ago
0
Strings
Python
no description available
Submitted by
anonymous
-
4 years ago
0
emojis
Golang
no description available
Submitted by
anonymous
-
4 years ago
0
Capture everything not surrounded by {} or []
PCRE (PHP <7.3)
Courtesy of The Greatest Regex Trick Ever
Submitted by
anonymous
-
4 years ago
0
Links
Python
no description available
Submitted by
anonymous
-
4 years ago
1
...
123
124
125
126
127
...
581
Community Library Entry
1
Regular Expression
Python
r"
(
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
\.
){3}
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
"
Open regex in editor
Description
no description available
Submitted by
Jacob
-
11 years ago