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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 2,900 community submitted regex patterns...
0
read markets from uc ilist
PCRE2 (PHP >=7.3)
des
Submitted by
anonymous
-
3 years ago
0
split starts in tg
PCRE2 (PHP >=7.3)
split starts in tg
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
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
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
worksheet url
PCRE2 (PHP >=7.3)
worksheet url
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
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
propub3r6espa33w.PT
PCRE2 (PHP >=7.3)
propub3r6espa33w.PT
Submitted by
anonymous
-
3 years ago
0
propub3r6espa33w.PT
PCRE2 (PHP >=7.3)
-+--+#0fffffffff00fff
Submitted by
anonymous
-
3 years ago
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
all characters including new lines
PCRE2 (PHP >=7.3)
https://regex101.com/r/VhkyuM/1
Submitted by
anonymous
-
3 years ago
0
Url Id Match
PCRE2 (PHP >=7.3)
Matches, in a named group of 'tracker', digits 1 or 2 in a Url
Submitted by
anonymous
-
3 years ago
0
regex_licence_bl
PCRE2 (PHP >=7.3)
sdf
Submitted by
guib
-
3 years ago
0
Precision 5.1
PCRE2 (PHP >=7.3)
Numbers with 5.1 precision
Submitted by
anonymous
-
3 years ago
0
SOURCEDOC_SHAPE_PATTERN
PCRE2 (PHP >=7.3)
o
Submitted by
anonymous
-
3 years ago
0
rgex_vue_bl
PCRE2 (PHP >=7.3)
guif
Submitted by
guif
-
3 years ago
0
Alien Registration Number
Java 8
Alien Registration Number
Submitted by
anonymous
-
3 years ago
0
Opção de Compra (CALL)
PCRE2 (PHP >=7.3)
como identificar opção de compra de ações (CALL)
Submitted by
marcos lira
-
3 years ago
0
regex_emplacement_bl
PCRE2 (PHP >=7.3)
regex_emplacement_bl
Submitted by
GuiF
-
3 years ago
1
...
130
131
132
133
134
...
145
Detect path win/linux
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?:
[
a
-
z
]
:
)?
(?:
[
\\\/
]
[
a
-
z0
-
9_.
-
]
*
)+
$
/
gmi
Open regex in editor
Description
Détecte si une chaine est un chemin Windows ou Linux valide
Submitted by
anonymous
-
7 years ago
(Last modified a year ago)