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
匹配节点
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
fortran_match_varname
PCRE (PHP <7.3)
check if matched is independent variable name, not part of
Submitted by
anonymous
-
4 years ago
0
validate phone
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Check Thai character for the last name
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
regex email
Python
use for censor phonenumber in comment
Submitted by
anonymous
-
4 years ago
0
Smartbox name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
POE hideout
PCRE (PHP <7.3)
Regex
Submitted by
anonymous
-
4 years ago
0
Decimals
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Decimals
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
certs cash
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match all valid hashtags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
a link
PCRE (PHP <7.3)
Maginifying glass
Submitted by
anonymous
-
4 years ago
0
a123b
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Beijing 2020.06.19
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Semantic version 2.0
PCRE (PHP <7.3)
Semantic version 2.0 recommended regex https://semver.org/#is-there-a-suggested-regular-expression-regex-to-check-a-semver-string
Submitted by
anonymous
-
4 years ago
0
Price
ECMAScript (JavaScript)
tuščias laukas sveikas skaičius 1 arba 2 skaičiai po kablelio / taško pvz. 123 123,5...
Submitted by
anonymous
-
4 years ago
0
ABV
PCRE (PHP <7.3)
du skaitmenys kablelis arba taškas vienas skaitmuo po kablelio min 40, max 69,9 pvz.: 40...
Submitted by
anonymous
-
4 years ago
0
Barcode
ECMAScript (JavaScript)
13 skaitmenų be tarpų pvz.: 5000299298688
Submitted by
anonymous
-
4 years ago
0
Vintage
PCRE (PHP <7.3)
1960-2017 not required
Submitted by
anonymous
-
4 years ago
0
Butterknife Java to Kotlin
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
687
688
689
690
691
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
.
{1,}
)
(
[
FGHJKMNQUVXZ
]
)
[
A
-
Za
-
z
]
*
(
[
0
-
9
]
?
)
(
[
0
-
9
]
{1,4}
)
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago