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
Gedera test regularneho vyrazu
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
10 day regex FULL - 9 props
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
关闭
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
CRON Expression Regex
ECMAScript (JavaScript)
Any Number Allow range 12-34 some special characters Only W and L alphabet for demo use.
Submitted by
anonymous
-
5 years ago
0
Regex Remove URL Parameters
PCRE (PHP <7.3)
Removing URL Parameters from URL PATH
Submitted by
anonymous
-
5 years ago
0
放音乐
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
SQL INSERT Columns only
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
FB match group
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Match odd amount of backslashes.
Python
This regular expression will match anytime in a string where an odd amount of backslashes directly following eachother are present.
Submitted by
anonymous
-
5 years ago
0
schema, domain, port
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
MAC Address
Python
Simply match a run of the meal MAC address
Submitted by
anonymous
-
5 years ago
0
ASM
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Code Gen Regex
PCRE (PHP <7.3)
This is what we use to generate coupon codes for the company events
Submitted by
anonymous
-
5 years ago
0
Gif and Jpg finder
PCRE (PHP <7.3)
Used matching to http links within a page_source that are either jpeg or gif formats
Submitted by
anonymous
-
5 years ago
0
IMAP Folders
PCRE (PHP <7.3)
Extract folder name and markers from a list of IMAP folders.
Submitted by
anonymous
-
5 years ago
0
sueldos imed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Matching loop with equality condition
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
comand.py:InlineCommand
Python
no description available
Submitted by
anonymous
-
5 years ago
0
ShortcutLinkInline
Python
no description available
Submitted by
anonymous
-
5 years ago
0
@BANQUEPOSTALE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
426
427
428
429
430
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
{{
\W
*
(
(?:
(?:
[
a
-
zA
-
Z_
]
\w
+
?
(?:
\[
\d
+
\]
)?
(?:
\.
[
a
-
zA
-
Z_
]
)?
)
)+
)
\W
*
}}
/
gm
Open regex in editor
Description
not perfect, but a start
double brace template
Submitted by
fallen
-
5 years ago