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
Check Integer Number
PCRE2 (PHP >=7.3)
Check Integer Number
Submitted by
anonymous
-
4 years ago
0
Date by Month Name
Golang
Best I could do for parsing dates spelled out as day, month name, year
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)
0
numbered multilevel list
ECMAScript (JavaScript)
Search for items in dot separated lists like 1 1.1 1.1.1 ... 2...
Submitted by
Vlad
-
4 years ago
0
Ejemplos - lookahead
PCRE2 (PHP >=7.3)
Ejemplo del uso de grupos lookahead
Submitted by
anonymous
-
4 years ago
0
Valid Dates
PCRE2 (PHP >=7.3)
e
Submitted by
anonymous
-
4 years ago
0
Date2 (Notes)
PCRE (PHP <7.3)
Date2 (Notes)
Submitted by
anonymous
-
4 years ago
0
Ansible group that are not part of childre
PCRE2 (PHP >=7.3)
csc
Submitted by
anonymous
-
4 years ago
-2
smargs
PCRE2 (PHP >=7.3)
smargs not margins
Submitted by
rkatz
-
4 years ago
0
SKRAI
PCRE2 (PHP >=7.3)
haowei.ch
Submitted by
haowei.ch
-
4 years ago
0
convert currency
PCRE2 (PHP >=7.3)
remove currency symbol, remove commas
Submitted by
RWCorbett
-
4 years ago
0
Frac
Python
frac
Submitted by
anonymous
-
4 years ago
0
Discord role/ping/channel catcher
ECMAScript (JavaScript)
This regex will match when people ping someone or ping a group it will also match when people mention a channel for non-channel catching type use ``
Submitted by
The Detenator#4604
-
4 years ago
0
Stack Overflow (match only words)
Python
a word is anything valid within a parens (like in a function), but the function itself should not be matched a word may have a numeric at the end or the start there is no guarantee of a single space (or ANY space other than some operators)
Submitted by
Cambuchi
-
4 years ago
0
Email
ECMAScript (JavaScript)
to validate email
Submitted by
anonymous
-
4 years ago
0
Open ach
PCRE2 (PHP >=7.3)
8k realese
Submitted by
Cache
-
4 years ago
0
words without special characters and allow words to be separated by a dash sign
ECMAScript (JavaScript)
This regular expression checks for below rules: Must not have special characters except a dash sign Must not start with a dash sign or white space Must not end with a dash sign or white space Must not have a dash sign or white space in sequence
Submitted by
Vijay sasvadiya
-
4 years ago
0
Fakku Unlimited Regex
PCRE (PHP <7.3)
Im doing this because if love the release not you.
Submitted by
wdangoo
-
4 years ago
0
regex CEP
PCRE2 (PHP >=7.3)
/[0-9]{2}(\.|\s)?[0-9]{3}(\.|\s)?[0-9]{2}\n/gm
Submitted by
anonymous
-
4 years ago
0
Were Wolf Emoji
PCRE2 (PHP >=7.3)
Were Wolf Bet Emj
Submitted by
anonymous
-
4 years ago
0
Selector Trim Matcher (jQuery)
ECMAScript (JavaScript)
The regular expression used in the jQuery library to match characters that should be trimmed from selector strings.
Submitted by
Ben
-
4 years ago
1
...
741
742
743
744
745
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
(
(
(
[
0
]
[
1
-
9
]
|
1
\d
)
|
2
[
0
-
9
]
)
|
(
(
[
12
]
\d
|
0
[
1
-
9
]
)
|
(
3
[
01
]
)
)
(?!
\.
02
)
)
\.
(
0
[
1
-
9
]
|
1
[
0
-
2
]
)
\.
(
\d
{4}
|
\d
{2}
)
)
|
(
(
0
(
1
|
[
3
-
9
]
)
|
1
[
0
-
2
]
)
\.
(
0
[
1
-
9
]
|
[
12
]
\d
|
3
[
01
]
)
|
02
\.
(
[
1
-
9
]
|
[
12
]
\d
)
)
\.
(
\d
{4}
|
\d
{2}
)
/
gmx
Open regex in editor
Description
no description available
Submitted by
xidios
-
4 years ago