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...
0
SOa user9371654
Python
https://stackoverflow.com/questions/56074417/how-to-exclude-words-in-regexp
Submitted by
anonymous
-
5 years ago
0
path Patherns
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 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
-
5 years ago
0
host-h regex for exim
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
path Patherns
ECMAScript (JavaScript)
Path Pathern for context path
Submitted by
anonymous
-
5 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
-
5 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
-
5 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
-
5 years ago
0
cisco_portaudit_not_used_in_over_10wks
PCRE (PHP <7.3)
Still tuning it...
Submitted by
anonymous
-
5 years ago
0
SQL Injection test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Version for ECMAScript
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Masque numéro RFF
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
clinics
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Version for ECMAScript with query strings
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Pharma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
HourlyRegex - 7 props
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CurrentVisibility Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Find First and Last name together
Python
no description available
Submitted by
anonymous
-
5 years ago
0
URI path grabber
PCRE (PHP <7.3)
https://stackoverflow.com/questions/27745/getting-parts-of-a-url-regex
Submitted by
anonymous
-
5 years ago
0
Email validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
1
...
239
240
241
242
243
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
AN
|
AA
|
AD
|
AE
)
.
*
?
(
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
JUL
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
)*
(
[
a
-
z
]
{3}
)
(
[
a
-
z
]
{3}
)
|
^
FXD
.
*
?
(
[
a
-
z
]
{3}
)
(
[
]
*
\/
[
]
*
[
d,D
]
\d\d\w\w\w
|
[
]
*
\/
[
]
*
[
t,T
]
[
d,D
]
\d\d\d\d
)*
(
[
a
-
z
]
{3}
)*
(
[
]
*
\/
[
]
*
[
d,D
]
\d\d\w\w\w
|
[
]
*
\/
[
]
*
[
t,T
]
[
d,D
]
\d\d\d\d
)*
(
[
a
-
z
]
{3}
)*
/
gmi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago