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...
1
Pokemon move splitter
PCRE (PHP <7.3)
For splitting up moves from breeding.
Submitted by
anonymous
-
9 years ago
1
a
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Trim to newline
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
02
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Desc
PCRE (PHP <7.3)
match /* @Desc("(.)");
Submitted by
anonymous
-
9 years ago
1
Tel
PCRE (PHP <7.3)
Simple tel regex
Submitted by
anonymous
-
9 years ago
1
nathan
PCRE (PHP <7.3)
no description available
Submitted by
nathan
-
9 years ago
1
SN Matcher
PCRE (PHP <7.3)
^([A-E])([A-C])([0-2])(\d)([0-5])(\d)([B])(\d{6})([A-Z0-9]{2})(\d{3})$
Submitted by
anonymous
-
9 years ago
1
ghs LS Summary extractor
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Excluir string en nombre de imagen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Strong Password
PCRE (PHP <7.3)
1 digit 1 lower case 1 upper case 1 special character (no-space) 8-20 length
Submitted by
Femi Fapohunda
-
9 years ago
1
folio
PCRE (PHP <7.3)
no description available
Submitted by
calvin
-
9 years ago
1
Hook ActionTag Parser
PCRE (PHP <7.3)
Parses @FOO=BAR, @FOO, and @FOO{"JSON":"OBJECT"} to be used in REDCap action tags for passing parameters to functions.
Submitted by
Andrew Martin
-
9 years ago
1
miri
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
2 dots email
PCRE (PHP <7.3)
Allow only two dots email address, for username.group@domain.tld
Submitted by
Emad Abughali
-
9 years ago
1
Multi word
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Container Number
PCRE (PHP <7.3)
Check ISO 6346 container number. First three chars, unit type, six digits and then one check digit.
Submitted by
Symon Davis
-
9 years ago
1
Regex SCript replace
ECMAScript (JavaScript)
no description available
Submitted by
MGO
-
9 years ago
1
Obtaining class, method and line number from stack trace line
PCRE (PHP <7.3)
no description available
Submitted by
@mahesha999
-
9 years ago
1
...
647
648
649
650
651
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
.
*
)
:
\/\/
(
[
A
-
Za
-
z0
-
9.-
]
+
)
:
(
[
0
-
9
]
+
)?
(
.
*
)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago