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
Scrape SRC
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
congratulation
PCRE (PHP <7.3)
very nice helper
Submitted by
fred
-
10 years ago
0
Stackoverflow
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
1
Python
no description available
Submitted by
anonymous
-
10 years ago
0
Find color
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
URLs
PCRE (PHP <7.3)
split URL in 2 parts
Submitted by
A.L
-
10 years ago
0
Regular expression for extracting HTML tag attributes
Java 8
no description available
Submitted by
Amir Arian
-
10 years ago
(Last modified a year ago)
0
sAMAccountName in ActiveDirectory validation
PCRE (PHP <7.3)
Used in C# in my particular case.
Submitted by
Aleksander Kirichek
-
10 years ago
0
BB quote extractor
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
parse some html img
PCRE (PHP <7.3)
task is prepend domain to all src img. why 3rd img doesnt parse???
Submitted by
adminko
-
10 years ago
0
xD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
get youtube vid ID
Python
match #2
Submitted by
parzivail
-
10 years ago
0
regex101-4269
ECMAScript (JavaScript)
to share with IRC helpers
Submitted by
Bruno
-
10 years ago
0
GUID
PCRE (PHP <7.3)
Dection of GUID
Submitted by
anonymous
-
10 years ago
0
Four e/E's no p's
PCRE (PHP <7.3)
no description available
Submitted by
CommuSoft
-
10 years ago
0
Cakephp smarty translation extract
Python
Extracting all {__("content")} from cakephp .tpl files
Submitted by
Yuks
-
10 years ago
0
urls and emails
PCRE (PHP <7.3)
no description available
Submitted by
Matthew O'Riordan
-
10 years ago
0
Cfmail replace
PCRE (PHP <7.3)
Replace cfmail with cfsets
Submitted by
Akan
-
10 years ago
0
only pixel set font-size
PCRE (PHP <7.3)
no description available
Submitted by
amaroyche
-
10 years ago
0
Fetch file information using File URL.
PCRE (PHP <7.3)
Get information from File URL such as, Extension. Parent folder name. Drive name. File name.
Submitted by
-Harshal.Ahire (ahireharshal@gmail.com)
-
10 years ago
1
...
24
25
26
27
28
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
\(
)
|
(?:
(
(
[
udfblrmesxyz
]
)
(?:
(
[
-i'
]
)
|
(
2
)
)?
)
|
(
\[
(
(?:(?:
[
ud
]
[
fb
]
|
[
fb
]
[
ud
]
)
(?:
[
lr
]
?
)|
(?:
[
fb
]
[
lr
]
|
[
lr
]
[
fb
]
)
(?:
[
ud
]
?
)|
(?:
[
ud
]
[
lr
]
|
[
lr
]
[
ud
]
)
(?:
[
fb
]
?
))
|
(?:
o
[
24
]
[
udfb
]
|
o6
[
lr
]
|
c
[
cw
]
[
23
]
|
pt
[
jn
]
|
par
|
prn
)
)
]
)
)
|
(
\)
(
[
1
-
9min'
]
)?
)
/
ig
Open regex in editor
Description
extracts face/slice/axis rotations, pieces, patterns and groups
Submitted by
FabioDiMonte
-
9 years ago