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 3,180 community submitted regex patterns...
0
Test MGNT
PCRE2 (PHP >=7.3)
just a test
Submitted by
dang
-
3 years ago
0
Email
PCRE2 (PHP >=7.3)
Email Validator
Submitted by
anonymous
-
3 years ago
0
Match user defined date format
PCRE2 (PHP >=7.3)
Only matches, when date is in brackets. Allows for KW/CW or Q or normal date. Delimiters are '.' & '-'; Does not work for years < 2000 and does not validate for correct month- or day-values (except quarter).
Submitted by
MjSt
-
3 years ago
0
National Highways - Strategic Road Network - Geographic Addresses
PCRE2 (PHP >=7.3)
A mechanism to validate the entry of the National Highways Geographic Locations
Submitted by
anonymous
-
3 years ago
0
Latitude
PCRE2 (PHP >=7.3)
definition of latitude in the format DD MM.mmm within the range "48 00.000" to "61 59.999"
Submitted by
anonymous
-
3 years ago
0
Longitude
PCRE2 (PHP >=7.3)
A definition of Longitude in the format DD MM.mmm within the range "-10 59.999" to "2 59.999"
Submitted by
anonymous
-
3 years ago
0
整数或小数
PCRE2 (PHP >=7.3)
整数或小数
Submitted by
anonymous
-
3 years ago
0
Verificar caracter repetido
Java 8
Verificar caracter repetido
Submitted by
anonymous
-
3 years ago
0
Primeiro exemplo
PCRE2 (PHP >=7.3)
oi
Submitted by
eu
-
3 years ago
0
bic-swift-code-checker
PCRE2 (PHP >=7.3)
https://wise.com/fr/swift-codes/bic-swift-code-checker
Submitted by
anonymous
-
3 years ago
0
Grouped Complex
PCRE2 (PHP >=7.3)
Publicate to explanation to a teacher.
Submitted by
Saheded
-
3 years ago
0
GCP Project id check
PCRE2 (PHP >=7.3)
must be between 6 and 30 characters and can have lowercase letters, digits, or hyphens.It must start with a lowercase letter and end with a letter or number.
Submitted by
anonymous
-
3 years ago
0
regex101: My Miner Ethpool
PCRE2 (PHP >=7.3)
@[github.com/via06/via06.Atom/releases/tag/etherjs]@gmixsuUAJD
Submitted by
@github.com/via06/via06.Atom/releases/tag/etherjs
-
3 years ago
0
:
PCRE2 (PHP >=7.3)
https://regex101.com/r/769tHt/3
Submitted by
anonymous
-
3 years ago
0
正则表达式
PCRE2 (PHP >=7.3)
NFA和DFA的区别
Submitted by
wangheng
-
3 years ago
0
hk_ec_lanecrawford
PCRE2 (PHP >=7.3)
Submitted by
Alex
-
3 years ago
0
IPv6
PCRE2 (PHP >=7.3)
small ipv6 regex
Submitted by
anonymous
-
3 years ago
0
LDAP URI regex
PCRE2 (PHP >=7.3)
ldap, ldaps, ipv4, ipv6 & dns (bare bones)
Submitted by
anonymous
-
3 years ago
0
toki pona syllabification
PCRE2 (PHP >=7.3)
regular expression for syllabifying words in toki pona
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
regularExpe-Racket
PCRE2 (PHP >=7.3)
Exercises for the class with racket
Submitted by
anonymous
-
3 years ago
1
...
102
103
104
105
106
...
159
Community Library Entry
0
Regular Expression
Golang
`
\s
(
[
a
-
zA
-
Z
]
+
://
)*
(
\b
(
[
a
-
zA
-
Z
]
[
\w
-
]
*
\.
){1,3}
[
a
-
zA
-
Z0
-
9
]
+
|
(
\b
(
(
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
|
1
\d\d
|
0
\d\d
|
0
\d
|
\d\d
|
\d
)
\.
){3}
(
2
[
0
-
4
]
\d
|
25
[
0
-
5
]
|
1
\d\d
|
0
\d\d
|
0
\d
|
\d\d
|
\d
)
\b
)
)
(
:
\d
+
)*
(
[
\\\!\"\#\$\%\&\'\(\)\*\+\-\/\:\;\<\=\>\?\@\[\]\^
\`
\{\|\}\~\.
\w
]
)*
(
\,
.
+
\.
[
a
-
z
]
+
)*
`
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago