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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 5,740 community submitted regex patterns...
2
Simple domain.tld tester
ECMAScript (JavaScript)
For testing domain with TLD regExp.test("google.com") => true regExp.test("mad.engineering") => true
Submitted by
Sergio de la Garza
-
9 years ago
1
Check Date + time (DD/MM/YYYY HH:MM)
ECMAScript (JavaScript)
no description available
Submitted by
Mikael Georges
-
9 years ago
1
Duration String (dhm)
ECMAScript (JavaScript)
Duration string in dhm format. Supported Values 20d 8h 30m 20d 8h 30m...
Submitted by
nehakadam
-
9 years ago
1
url regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
c
ECMAScript (JavaScript)
no description available
Submitted by
s
-
9 years ago
1
VSO remove special symbols
ECMAScript (JavaScript)
no description available
Submitted by
Jon Henning Bergane
-
9 years ago
-1
Australian local and international mobile validation
ECMAScript (JavaScript)
no description available
Submitted by
Damien Capocchi
-
9 years ago
2
parse tag data with multiline
Python
parse tag data with multiline
Submitted by
Ali GÖREN
-
9 years ago
0
my regex for multiline
Python
multiline input with tagged
Submitted by
Ali GÖREN
-
9 years ago
1
nxtgn title grabber
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
nxtgn categories
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
re
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
-1
شش
Python
no description available
Submitted by
anonymous
-
9 years ago
2
preprocess text files to include only readable and text words
Python
for large corpus cleaning
Submitted by
aliabbas petiwala
-
9 years ago
1
Regex SCript replace
ECMAScript (JavaScript)
no description available
Submitted by
MGO
-
9 years ago
2
replace any character with more than two occurrence
ECMAScript (JavaScript)
no description available
Submitted by
papky
-
9 years ago
0
Validation for SEPA-XML-Text
ECMAScript (JavaScript)
This RegEx checks if a text is valid for a SEPA-XML-File. It should be helpfull if you want to implement payment information to your site and don´t wont to get into trouble with char conversion that is done by your bank.
Submitted by
anonymous
-
9 years ago
0
Date Parser
Python
Parses date in (Month Day Year) format with delimiting chars being -\/ or whitespace
Submitted by
Awk
-
9 years ago
1
miri
Python
no description available
Submitted by
anonymous
-
9 years ago
10
entity
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
242
243
244
245
246
...
287
AMCC
0
Regular Expression
Python
r"
(
[^
]
*
)
,
\"
(
[^
]
*
)
\"
,
\"
(
[^
]
*
)
\"
,
\"
(
[^
]
*
)
\"
,
\"
(
[^
]
*
)
\"
,
\"
(
[^
]
*
)
\"
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago