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,020 community submitted regex patterns...
0
20220708 Complex Regular Expression for testing purpose
PCRE2 (PHP >=7.3)
The description of css testing regular expression, It was created to test how social snippet works on Regex101. We''ll it soon in Slack, Facebook, Tweeter and other popular sharing services. Who knows which resalts we'll get. 2 The description of css testing regular expression, It was created to tes...
Submitted by
Anton Author Name Siluyanov
-
2 years ago
0
Illegal characters for directory name
Java 8
Pattern matches to all illegal characters in directory name. Can be useful for normalizing the folder name before creating it
Submitted by
Vlad Yevtushenko
-
2 years ago
0
flake8-sql False Positives
Python
An example false positive matching docstring for the regex used by flake8-sql (https://github.com/pgjones/flake8-sql).
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Xerox Product Page
ECMAScript (JavaScript)
regex to match a product page url
Submitted by
anonymous
-
2 years ago
0
Extract, match domain from URL
PCRE2 (PHP >=7.3)
Worryin’ about you is like wonderin’ if the sun gonna come up.
Submitted by
@seocringe
-
2 years ago
0
ISO8601 Date/Time Parser
Python
Parses most of the variations of ISO8601 that are allowed, including dates only and date/time with or without the time zone.
Submitted by
Mumblepins
-
2 years ago
0
name of variable being assigned to a specific value
PCRE2 (PHP >=7.3)
name of variable being assigned to a specific value
Submitted by
Lesley Chang
-
2 years ago
0
Replace common tags for content exported from Roam
ECMAScript (JavaScript)
I use a common set of tags for capturing content I might want to consume (e.g., books, podcasts, videos, articles, etc.) in Roam Research.
Submitted by
Keenan Payne
-
2 years ago
0
Get description
PCRE2 (PHP >=7.3)
sss
Submitted by
anonymous
-
2 years ago
0
match với a khi và chỉ khi nó không được theo sau bởi b
PCRE2 (PHP >=7.3)
match với a khi và chỉ khi nó không được theo sau bởi b
Submitted by
anonymous
-
2 years ago
0
match với a khi và chỉ khi nó được theo sau bởi b
PCRE2 (PHP >=7.3)
match với a khi và chỉ khi nó được theo sau bởi b
Submitted by
anonymous
-
2 years ago
0
Bot-Studio Comments
Python
Regex For Comments In Bot Studio Via YT Docs
Submitted by
Codaea
-
2 years ago
0
RFC 4646
ECMAScript (JavaScript)
Matches RFC 4646 see https://www.rfc-editor.org/rfc/rfc4646.txt
Submitted by
reThink23
-
2 years ago
0
Regex named groups
PCRE2 (PHP >=7.3)
Regex to group the elements by name
Submitted by
anonymous
-
2 years ago
0
Reverse assignments statements c#
PCRE2 (PHP >=7.3)
Reverses any number of assignement statements in c# See example Test before use.
Submitted by
Scover
-
2 years ago
0
Minecraft Username
ECMAScript (JavaScript)
Regex that matches only valid Minecraft usernames
Submitted by
demented
-
2 years ago
(Last modified 2 years ago)
0
Guid parser
.NET 7.0 (C#)
Guid parser
Submitted by
anonymous
-
2 years ago
0
Author names
Python
Matches author names
Submitted by
anonymous
-
2 years ago
0
匹配带有后缀的数字
PCRE2 (PHP >=7.3)
0.12GB 0.12 224KB 224 1.14 1.14 23 23
Submitted by
anonymous
-
2 years ago
0
XAML invert Grid.Column and Grid.Row to Grid.Row and Grid.Column
.NET 7.0 (C#)
Inverts the 2 attributes
Submitted by
anonymous
-
2 years ago
1
...
446
447
448
449
450
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?>
^
|
\s
+
|
\W
)
(
(?>
[
a
-
z
]
\d
*
|
\d
+
[
a
-
z
]
?
(?>
\(
(
[
a
-
z
]
\d
*
|
\d
+
[
a
-
z
]
?
)
\)
[
a
-
z
]
?
)?
)
(?>
\.
(?>
[
a
-
z
]
|
\d
+
[
a
-
z
]
?
)
)*
|
(?>
M
{0,4}
(?>
CM
|
CD
|
D
?
C
{0,3}
)
(?>
XC
|
XL
|
L
?
X
{0,3}
)
(?>
IX
|
IV
|
V
?
I
{0,3}
)
)
)
(?>
\s
+
|
\W
|
$
)
/
gmix
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago