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 11,620 community submitted regex patterns...
1
Div Matching Test
Python
Div Matching Test
Submitted by
anonymous
-
9 years ago
1
FUTURES
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Instagram Access Token
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
HiveQL query/comment splitter
Python
Splits a HiveQL line into query and comment sections.
Submitted by
anonymous
-
9 years ago
1
Check phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
AAMS event id
PCRE (PHP <7.3)
Match valid AAMS event id: "Programma"."Num.Avvenimento"
Submitted by
sethmorley
-
9 years ago
1
Openstack object ID
PCRE (PHP <7.3)
gets the id of a created object
Submitted by
pierre-jean metzger-gineste (nuabee.fr)
-
9 years ago
1
get the body of a python function and its arguments
PCRE (PHP <7.3)
no description available
Submitted by
Ethan Riley.
-
9 years ago
1
first try
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Get filename without extension from both windows and linux
PCRE (PHP <7.3)
Get filename without extension from both windows and linux full file paths
Submitted by
anonymous
-
9 years ago
1
rocola
Python
for #regex
Submitted by
ElGatoSaez
-
9 years ago
1
minimum 0.5
PCRE (PHP <7.3)
bitcoin/ ether
Submitted by
anonymous
-
9 years ago
1
bitcoin
PCRE (PHP <7.3)
bitcoin max 2
Submitted by
anonymous
-
9 years ago
1
Search Regular Expressions
PCRE (PHP <7.3)
Search Regular Expressions
Submitted by
Youra Hmelenko
-
9 years ago
1
date validation (yyyy-mm-dd)
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Split vertical space CSV with posibility of escaping
PCRE (PHP <7.3)
This regex will find all CSV separator that are not escaped
Submitted by
anonymous
-
9 years ago
1
full-notes-1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
match sql identifiers but not functions
PCRE (PHP <7.3)
no description available
Submitted by
ikkez
-
9 years ago
1
Sustitucion 2 E' e'
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Sustitucion E '
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
119
120
121
122
123
...
581
Community Library Entry
0
Regular Expression
Python
r"
(?<=
^
\*
page
)
(?P<pg>
[
\d
]
{1,3}
)
|
(?<!
;
)
(?P<txt_a>
[
]
.
*
)
(?=
\[
lr
\]
\n
)
|
(?<!
;
)
(?P<txt_b>
^
[
]
{2}
.
*
)
|
(?P<txt_c>
@align
anchor=
\"
center
\"
text=
.
+
)
|
(?P<txt_d>
^
[^
*@[;
]
.
+
)
"
gm
Open regex in editor
Description
Attempting to parse Fate/Stay Night scripts nicely
Submitted by
anonymous
-
a year ago