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
nombre completo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
only name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
apellidos hasta 6 palabras
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match Restful URL with child entities and optional actions
PCRE (PHP <7.3)
Based of mixing Rest and RPC, https://restful-api-design.readthedocs.io/en/latest/methods.html#actions
Submitted by
anonymous
-
6 years ago
0
die ersten zahlen aus line entfernen bis zum leerzeichen
PCRE (PHP <7.3)
die ersten zahlen aus line entfernen bis zum leerzeichen
Submitted by
anonymous
-
6 years ago
0
string bis zum ersten leerzeichen oder 2tem
PCRE (PHP <7.3)
string bis zum ersten leerzeichen oder 2tem
Submitted by
anonymous
-
6 years ago
0
nvsm
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Wright Send Fax status
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Regex for parsing out prefix date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Wright Routing check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
File 4 WsusContent
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
375
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
spam for sex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Find current ratings out of a fuse description
PCRE (PHP <7.3)
Look for "Fuse - " prefix Any digit or... Any fractional marker (for "3/4") or... Any "m" (for milli) or... Followed by a capital "A"? OR...
Submitted by
anonymous
-
6 years ago
0
Find Diameter out of a fuse description
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Date01
PCRE (PHP <7.3)
ตัดวันเดือนปี ไทย/อังกฤษ
Submitted by
anonymous
-
6 years ago
0
Date02
PCRE (PHP <7.3)
ตัดวันเดือนปี อังกฤษ
Submitted by
anonymous
-
6 years ago
0
Date03
PCRE (PHP <7.3)
ตัดวันเดือนปี แบบตัวเลข
Submitted by
playwhyyza
-
6 years ago
0
Date02
PCRE (PHP <7.3)
ตัดวันเดือนปี อังกฤษ
Submitted by
anonymous
-
6 years ago
0
Date03
PCRE (PHP <7.3)
ตัดวันเดือนปี แบบตัวเลข
Submitted by
playwhyyza
-
6 years ago
1
...
216
217
218
219
220
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
[
2
]
[
0
-
9
]
{3}
|
[
0
-
9
]
{2}
)
(
\s
*
|
\/
|
[
-
]
|
[
.
]
)
(
[
0
-
1
]
*
[
0
-
9
]
)
(
\s
*
|
\/
|
[
-
]
|
[
.
]
)
(
[
0
-
9
]
{1,2}
)
$
/
gm
Open regex in editor
Description
ตัดวันเดือนปี แบบตัวเลข
Submitted by
playwhyyza
-
6 years ago