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 11,540 community submitted regex patterns...
0
Build Version Pattern matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
MM101
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Bike Size
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Uitslagen.nl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
匹配金额千分位
PCRE (PHP <7.3)
"321123321.32132132".replace(/\B(?=(\d{3})+\b)/g,","); => "321,123,321.32,132,132" `
Submitted by
anonymous
-
5 years ago
0
11
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Оставить только 1 атрибут
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Prix K et 000 (intéressant pour faire un "ou")
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Finding pattern by starting name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
חילוץ טקסט מתוך מחרוזת מבין שתי מילים
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
method arguments parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
FFXIV Ferostorm start
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
11
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
recuperation . URL pour les alertes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
dqFormatValidationICD910
PCRE (PHP <7.3)
Basic format validation for ICD9, 10 Conditions; 3-7 characters
Submitted by
anonymous
-
5 years ago
0
dqFormatValidationICD910
PCRE (PHP <7.3)
Basic format validation for ICD9, 10 Conditions; 3-7 characters
Submitted by
anonymous
-
5 years ago
0
Get File name (no ext) from pathname
PCRE (PHP <7.3)
[Event "Live Chess"] [Site "Chess.com"] [Date "2019.01.05"] [Round "-"] [White "ahihi3138"] [Black "gcao1"]...
Submitted by
anonymous
-
5 years ago
0
FirstVar11
Python
ONE reg expression to use
Submitted by
anonymous
-
5 years ago
0
Word
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Operators
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
464
465
466
467
468
...
577
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
[
a
-
z0
-
9
]
{8}
(?:
-
[
a
-
z0
-
9
]
{4}
){3}
-
[
a
-
z0
-
9
]
{12}
$
/
g
Open regex in editor
Description
Validates client IDs
Submitted by
anonymous
-
a year ago