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,520 community submitted regex patterns...
1
qwert1
PCRE (PHP <7.3)
6 character with 1 number and alphabet
Submitted by
anonymous
-
9 years ago
1
My first regex pattern of url(http,https,ftp,sftp,ftps)
PCRE (PHP <7.3)
no description available
Submitted by
Naruto(Kenny Fan)
-
9 years ago
1
Match parenthesis
Python
Matches anything wrapped in parenthesis. Can handle nested and consecutive sets of parenthesis.
Submitted by
Nic Roland
-
9 years ago
1
Full URL
PCRE (PHP <7.3)
no description available
Submitted by
mdf092
-
9 years ago
1
match start of line subsubsection
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
https://www.facebook.com/video.php?v=1009222819122586
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
uzdiz-dz3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Capture subsubsub sections of constitution/bylays
PCRE (PHP <7.3)
Will only capture patterns matching 4 levels, found at the beginning of a line if /gm tag is used
Submitted by
bsmith
-
9 years ago
1
dnd roll regex v0.0.1
Python
Parse simpe roll statement like 3d8+2 or 1d100-7
Submitted by
anonymous
-
9 years ago
0
url segments seperation
PCRE (PHP <7.3)
seperates url path and query
Submitted by
r.abdollahi
-
9 years ago
1
SQL COLUMNS TO EMERGENCE COLUMNS SPEC v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
SQL columns to Emergence columns spec
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-3
TD data from html table
Python
no description available
Submitted by
Deepak Bansal
-
9 years ago
1
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Noi Regex
PCRE (PHP <7.3)
Personal Regex to Find Industrial NOI pdfs
Submitted by
anonymous
-
9 years ago
1
Test NOI
PCRE (PHP <7.3)
Personal Regex to find Industrial NOI pdfs
Submitted by
anonymous
-
9 years ago
-1
JETAIR NL ARRIVAL DATE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Get any Headline tags (h1, h2 etc.)
PCRE (PHP <7.3)
no description available
Submitted by
stephan wahlen
-
9 years ago
1
Russian phone number validater
PCRE (PHP <7.3)
Russian phone number validater
Submitted by
Russell of sitesoft
-
9 years ago
1
...
464
465
466
467
468
...
576
Community Library Entry
0
Regular Expression
Python
r"
(?<=
PAGE
\(
)
(?!
990
)
(?P<pg>
[
\d
]
{1,4}
)
|
(?:
(?<=
_r
|
[
\w
]
\(
)
(?P<txt_a>
[
『「“
]
[^
\n
]
+
(?=
_n
\n
)
)
|
(?P<txt_b>
[
『「“
]
.
*
)
)
"
gm
Open regex in editor
Description
Fate stay/night PS Vita version parsing
Submitted by
anonymous
-
a year ago
(Last modified a year ago)