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 3,120 community submitted regex patterns...
0
PHP STFU operator
PCRE2 (PHP >=7.3)
Look for STFU operator in PHP https://www.php.net/manual/en/language.operators.errorcontrol.php Feel free to contribute or report uses I didn't cover!
Submitted by
JohnyProke
-
3 years ago
0
propub3r6espa33w.PT
PCRE2 (PHP >=7.3)
-+--+#0fffffffff00fff
Submitted by
anonymous
-
3 years ago
0
propub3r6espa33w.PT
PCRE2 (PHP >=7.3)
propub3r6espa33w.PT
Submitted by
anonymous
-
3 years ago
0
Python imports
PCRE2 (PHP >=7.3)
this regex with find the files/modules imported into a python file
Submitted by
anonymous
-
3 years ago
0
BTS
PCRE2 (PHP >=7.3)
Find/Replace mixed with thought provoking replacement. Insert team members willing to do whatever it takes to accomplish the goal/task into any environment and the possibilities are endless of what can be accomplished. Before, this was 3 separate words. Weak and flimsy. Sometimes you replace the sma...
Submitted by
Chris Kusek
-
3 years ago
0
worksheet url
PCRE2 (PHP >=7.3)
worksheet url
Submitted by
anonymous
-
3 years ago
0
O365WhiteList Compare to PAC O365 section
PCRE2 (PHP >=7.3)
Comparacao entre as URL pertencentes à White List dos proxies O365, com as URL definidas no PAC file, secção do Office365
Submitted by
anonymous
-
3 years ago
0
basic .NET email validation
PCRE2 (PHP >=7.3)
Supposedly 99.99% effective way to capture most potentially-valid email addresses in .NET syntax.
Submitted by
anonymous
-
3 years ago
0
Match fields in XML Sitemap
PCRE2 (PHP >=7.3)
Match all XML sitemap url records with all known fields See Sitemaps XML format for details.
Submitted by
Slava Krampetz
-
3 years ago
0
split starts in tg
PCRE2 (PHP >=7.3)
split starts in tg
Submitted by
anonymous
-
3 years ago
0
read markets from uc ilist
PCRE2 (PHP >=7.3)
des
Submitted by
anonymous
-
3 years ago
0
SSC/lexisnexis/clean_docket+date+dispo/dockets/extract_appealscourt_dispo/OR
PCRE2 (PHP >=7.3)
Regex pattern (1/1) for function "def extract_appealscourt_dispo()" for Oregon. This function extracts the part of the dispo relative to the court of appeals when dispo is reported relative to multiple courts.
Submitted by
Joost Sijthoff
-
3 years ago
0
Wordpress Image SRC
PCRE2 (PHP >=7.3)
Find image source from wordpress content
Submitted by
anonymous
-
3 years ago
0
Id of google Drive File
PCRE2 (PHP >=7.3)
extract Id for id files
Submitted by
macorreag
-
3 years ago
0
Matching Markdown Custom Quote
PCRE2 (PHP >=7.3)
Matching Markdown Custom Quote
Submitted by
TriDiamond
-
3 years ago
0
Chtoby rukami sorok pyat failov ne huiarit
PCRE2 (PHP >=7.3)
Normalno
Submitted by
anonymous
-
3 years ago
0
Match any character and number
PCRE2 (PHP >=7.3)
Submitted by
igorgcustodio
-
3 years ago
0
URL path element match (case-insensitive)
PCRE2 (PHP >=7.3)
A regular expression that matches a specific path element in an URL (case-insensitive). Useful for apache LocationMatch-Direktive, e.g. ``
Submitted by
René Link
-
3 years ago
0
nvm help pattern
PCRE2 (PHP >=7.3)
work in progress! :)
Submitted by
anonymous
-
3 years ago
0
parágrafo com estilos e data
PCRE2 (PHP >=7.3)
]*>((0?[1-9]|12|3[01])\/\-|1[012])[\/\-]\d{4})
Submitted by
anonymous
-
3 years ago
1
...
69
70
71
72
73
...
156
Community Library Entry
0
Regular Expression
Java 8
"
\s
(?=
\w
*
[
0
-
9
]
)
(?=
\w
*
[
A
-
Z
]
)
(
[
A
-
Z
\d
]
{11}
|
[
A
-
Z
\d
]
{7}
)
\s
"
g
Open regex in editor
Description
Regex to capture AlphaNumeric String
Length should be 7 or 11
Must contain at least one Alphabet
Must contain at least one Numeric
Submitted by
Suman Maharjan
-
3 years ago