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
Minecraft Command Getter
ECMAScript (JavaScript)
A "detector" thing
Submitted by
MeowcaTheoRange
-
2 years ago
0
beginning of new file / very start of the first line
PCRE2 (PHP >=7.3)
beginning of new file / very start of the first line
Submitted by
rasreeee
-
2 years ago
0
deetct href and src in html files for vs code
PCRE2 (PHP >=7.3)
deetct href= and src= in html files for vs code
Submitted by
anonymous
-
2 years ago
0
HGVS Frameshift protein
PCRE2 (PHP >=7.3)
Protein frameshift hgvs
Submitted by
anonymous
-
2 years ago
0
url matcher
ECMAScript (JavaScript)
improvement of the regular expression seen in this meme: https://old.reddit.com/r/ProgrammerHumor/comments/vxhbku/a_regex_god/
Submitted by
Mitsunee
-
2 years ago
0
Find OTP
PCRE2 (PHP >=7.3)
Covers most of the cases of getting otp from email or mobile number
Submitted by
anonymous
-
2 years ago
0
HGVS RNA deletion
PCRE2 (PHP >=7.3)
This regex will match RNS deletion following hgvs nomenclature
Submitted by
anonymous
-
2 years ago
0
HGVS coding RNA substitution
PCRE2 (PHP >=7.3)
This Regex will match simple RNA substitution following HGVS nomenclature
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
0
匹配带有后缀的数字
PCRE2 (PHP >=7.3)
0.12GB 0.12 224KB 224 1.14 1.14 23 23
Submitted by
anonymous
-
2 years ago
0
Author names
Python
Matches author names
Submitted by
anonymous
-
2 years ago
0
Guid parser
.NET 7.0 (C#)
Guid parser
Submitted by
anonymous
-
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
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
Regex named groups
PCRE2 (PHP >=7.3)
Regex to group the elements by name
Submitted by
anonymous
-
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
Bot-Studio Comments
Python
Regex For Comments In Bot Studio Via YT Docs
Submitted by
Codaea
-
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
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
Get description
PCRE2 (PHP >=7.3)
sss
Submitted by
anonymous
-
2 years ago
1
...
129
130
131
132
133
...
901
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
\W\w
]
)
(
[^
\s
]
){8,16}
$
/
Open regex in editor
Description
verify that a password string is from length 8 - 16, while allowing
word
and
non-word
characters.
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)