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...
0
Masque numéro RFF
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Version for ECMAScript
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
SQL Injection test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
cisco_portaudit_not_used_in_over_10wks
PCRE (PHP <7.3)
Still tuning it...
Submitted by
anonymous
-
6 years ago
0
P1
Python
"id": "P1", "description": "starting with # and then digits and then one or more spaces", "regex": "^\\#\\s(\\d+)\\s", "inputField": "preProcessedMerchantName", "outputField": "cleanMerchantName", "trimOutput": "true",...
Submitted by
anonymous
-
6 years ago
0
P011
Python
"id": "P011", "description": "starting with # and then digits and hyphen and then digits and one or more space", "regex": "^#([\\d]+[-]+[\\d]+)\\s+([a-zA-Z0-9\\s*]+)$", "inputField": "preProcessedMerchantName", "outputField": "storeNumStr", "trimOutput": "true",...
Submitted by
anonymous
-
6 years ago
0
P01
Python
"id": "P01", "description": "starting with # and then digits and hyphen and then digits and one or more space", "regex": "^#([\\d]+[-]+[\\d]+)\\s+([a-zA-Z0-9\\s*]+)$", "inputField": "preProcessedMerchantName", "outputField": "cleanMerchantName", "isCaseSensitiveMatch": "false",...
Submitted by
anonymous
-
6 years ago
0
path Patherns
ECMAScript (JavaScript)
Path Pathern for context path
Submitted by
anonymous
-
6 years ago
0
host-h regex for exim
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Username restriction
PCRE (PHP <7.3)
Usernames are used everywhere on the internet. They are what give users a unique identity on their favorite sites. You need to check all the usernames in a database. Here are some simple rules that users have to follow when creating their username. 1) The only numbers in the username have to be at...
Submitted by
anonymous
-
6 years ago
0
path Patherns
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
SOa user9371654
Python
https://stackoverflow.com/questions/56074417/how-to-exclude-words-in-regexp
Submitted by
anonymous
-
6 years ago
0
SO user9371654
Python
https://stackoverflow.com/questions/56074417/how-to-exclude-words-in-regexp
Submitted by
anonymous
-
6 years ago
0
Supersport EPG webgrab
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Live Events M3U webgrab
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Version number (4 parts max) at the end of the string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
匹配中文
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
手机+座机(支持分机)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Extract GUIDs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
EntityMetadataRegex
PCRE (PHP <7.3)
(?\w+)\/((?\w+)?)((::(?\d+.\d+)?)?)\/(?\w+)(::((?\d+.\d+)?))?
Submitted by
anonymous
-
6 years ago
1
...
438
439
440
441
442
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
[
A
-
Z
]
[
a
-
z
]
{2,}
\s
[
123
]
?
[
0
-
9
]
[
,.
]
?
\s
(?:
[
123
]
[
0
-
9
]
{3}
)?
|
[
A
-
Z
]
[
a
-
z
]
{2,}
\s
[
123
]
[
0
-
9
]
{3}
|
[
0
-
9
]
{2,4}
–
[
0
-
9
]
{2,4}
|
[
123
]
[
0
-
9
]
{3}
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago