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,040 community submitted regex patterns...
5
among us references
ECMAScript (JavaScript)
it detects among us references among us aming us mongus amogus sus...
Submitted by
h
-
4 years ago
(Last modified 4 years ago)
0
ECMAScript - Variable Identifier
ECMAScript (JavaScript)
Any valid ECMAScript identifier name
Submitted by
disk0
-
4 years ago
0
YAML Textmate Grammar - Name Property Hoister
ECMAScript (JavaScript)
YAML Textmate Grammar - Name property hoister Moves a later name key value pair in multi-value block map definition to the top of its body (e.g. value with - prefix), easily changable to other keys and indent levels. Details/Notes on Modification ...
Submitted by
disk0
-
4 years ago
0
validate tlf
PCRE2 (PHP >=7.3)
Validate tlf
Submitted by
anonymous
-
4 years ago
0
({( ?){ ( ?)(.*) ( ?)}( ?)})
Java 8
{ { I\'m so {cool}, I\'m nested }} I\'m neither { I\'m just boring normal braces }
Submitted by
anonymous
-
4 years ago
0
Detecting CJK Chars in Golang!
Golang
Detecting CJK Chars in Golang!
Submitted by
anonymous
-
4 years ago
0
filter Google Cloud monitoring labels
PCRE (PHP <7.3)
useful for filtering data from Gooogle Compute Engine monitoring into grafana
Submitted by
NR0Q
-
4 years ago
1
HTTP Header Content Type Application JSON
ECMAScript (JavaScript)
Useful to check the HTTP content-type as application/json since sometimes people created their own custom content-type on top of JSON.
Submitted by
Yordis Prieto (Alchemist Ubi)
-
4 years ago
0
Capture api endpoint name
PCRE2 (PHP >=7.3)
matches someApiName in someApiNameApi
Submitted by
anonymous
-
4 years ago
0
sentence break
ECMAScript (JavaScript)
breaks the blobs into sentences
Submitted by
Imran A
-
4 years ago
0
HMR siprec MIME
PCRE2 (PHP >=7.3)
siprec
Submitted by
anonymous
-
4 years ago
0
Litecoin-1fcfd
PCRE (PHP <7.3)
litecoin:Ldeontgmqp8NJnwk8pwcM4gv31VhJL2WgS?label=luckyfish.%20io%20tnlzsp6i93b9
Submitted by
anonymous
-
4 years ago
0
blogtag for dave
PCRE2 (PHP >=7.3)
regex for urls
Submitted by
Yaron
-
4 years ago
0
Valor Dinheiro
Python
Validar um valor em dinheiro
Submitted by
anonymous
-
4 years ago
1
Email validator
ECMAScript (JavaScript)
Email validation with support with new TLD up to 24 characters
Submitted by
Alessio Michelini
-
4 years ago
(Last modified 4 years ago)
0
Identity Number Format for Turkey
PCRE2 (PHP >=7.3)
This format is just for precheck use. It will not validate completely. If you want for more validation you should call webservices.
Submitted by
mbaysal
-
4 years ago
0
parágrafo com estilos e data
PCRE2 (PHP >=7.3)
]*>((0?[1-9]|12|3[01])\/\-|1[012])[\/\-]\d{4})
Submitted by
anonymous
-
4 years ago
0
nvm help pattern
PCRE2 (PHP >=7.3)
work in progress! :)
Submitted by
anonymous
-
4 years ago
0
URL path element match (case-insensitive)
PCRE2 (PHP >=7.3)
A regular expression that matches a specific path element in an URL (case-insensitive). Useful for apache LocationMatch-Direktive, e.g. ``
Submitted by
René Link
-
4 years ago
-1
regex_crossover_restructure/renové
Python
guif
Submitted by
guif
-
4 years ago
1
...
224
225
226
227
228
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
(
\.
(
25
[
0
-
5
]
|
2
[
0
-
4
]
[
0
-
9
]
|
[
01
]
?
[
0
-
9
]
[
0
-
9
]
?
)
){3}
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago