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
Weakaura Lua Wow Ability Matches
PCRE (PHP <7.3)
Matches spells abilities from WeakAura TriggerTemplateData lua file for World of Warcraft.
Submitted by
anonymous
-
4 years ago
0
Math every 2 line. => ^(?:.*\n){2}
PCRE (PHP <7.3)
^(?:.*\n){2}
Submitted by
anonymous
-
4 years ago
0
"(.+?)".+?
PCRE (PHP <7.3)
`"(.+?)".+?` pattern for key and value in Json file, dictionary
Submitted by
anonymous
-
4 years ago
0
Fecha
Python
no description available
Submitted by
anonymous
-
4 years ago
0
payment ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
PlayStation Network Identifier | PSNID | PSN | psnid | psn
PCRE (PHP <7.3)
This expression checks whether the string is a valid psnID. between 3 and 16 characters starts with a latin letter [a-zA-Z] can only contains latin letters [a-zA-Z], arabic numbers [0-9], hyphens [-] and underscores [_] ...
Submitted by
anonymous
-
4 years ago
0
matching for expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
-1
Conditional
PCRE (PHP <7.3)
match String Cool! only if there is a : somewhere preciding it
Submitted by
anonymous
-
4 years ago
0
201105 - Limmex htaccess rule
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
separador de vogais e espaços
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Url
ECMAScript (JavaScript)
Url minus Protocol
Submitted by
Website
-
4 years ago
-1
Annuaire Notaires (personnes physique)
PCRE (PHP <7.3)
Annuaire Notaires (détecte les urls des fiches personnes physique)
Submitted by
anonymous
-
4 years ago
0
Eastlink IPPay transaction - includes error capture
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
-1
IP Address
Python
no description available
Submitted by
anonymous
-
4 years ago
-1
Extract Last Word in a String with Anchor Start and Anchor End
PCRE (PHP <7.3)
Extract Last Word in a String with Anchor Start and Anchor End
Submitted by
anonymous
-
4 years ago
0
Extract First Word in a String with Anchor Start and Anchor End
PCRE (PHP <7.3)
Extract First Word in a String with Anchor Start and Anchor End
Submitted by
anonymous
-
4 years ago
0
Floating point numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
DIESEL Floating point numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
simple wild card
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
Alphanumeric Employee ID
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
709
710
711
712
713
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?<Author>
[
A
-
Za
-
z,
\s
]
+
?
)
(?:
\s
et
al
)?
:
(?<Title>
[
A
-
Za
-
z0
-
9
\/
,
\s
]
+
)
\.
\s
(?<Publisher>
[
A
-
Za
-
z
\s
]
+
)
\s
(?<Volume>
\d
+
)
(?<Issue>
\(
[
A
-
Z
]
?
\d
+
[
A
-
Z
]
?
\)
)?
:
\s
?
(?<StartPage>
[
A
-
Za
-
z
]
?
\d
+
)
-
(?<EndPage>
[
A
-
Z
]
?
\d
+
[
A
-
Z
]
?
)
[
,.
\s
]
\s
?
(?<Year>
\d
{4}
)
/
g
Open regex in editor
Description
Patter1 - first iteration
Submitted by
Ali Momeni
-
8 years ago