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 12,000 community submitted regex patterns...
0
Autonote.json matching
PCRE (PHP <7.3)
Matches most of the Open Dental autonote.json exports for shifting text around
Submitted by
anonymous
-
4 years ago
0
m3u parser (bruh)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Emoji Identifier
PCRE (PHP <7.3)
Regex encontrara aqui: https://stackoverflow.com/a/20208095
Submitted by
anonymous
-
4 years ago
0
one
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Acceptable text input
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
A4Cpfl
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
sentence selection with specific words in proximity
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Validate proper formating for a single short hostanme or DNS FQDN or IPv4 address
PCRE (PHP <7.3)
Accepts: Valid IPv4: 127.0.0.1 192.168.1.1 192.168.1.255 192.168.255.255...
Submitted by
anonymous
-
4 years ago
0
Final Exchange Amount
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
sentence selection for Tamil
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Validate unsigned non null short integer (16bits / 2 Bytes)
PCRE (PHP <7.3)
Validate a unsigned integer in the range 1-65535 This can for example be a UDP or TCP port number
Submitted by
anonymous
-
4 years ago
0
FIS v1 Transaction Metadata Format
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
BizTalk multiple string pattern query
PCRE (PHP <7.3)
Used for a BizTalk Application Event trigger in Zabbix. Should match when both sentences are matched and everything between the sentences can be random
Submitted by
anonymous
-
4 years ago
0
match more than 2 spaces
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Regex delivery Giugno 2020
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Values Between Parentheses
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Find single/multiple escape quote string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Match Jobatator server URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
QRY results
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Manhattan Adidas
PCRE (PHP <7.3)
Linea de comandos Ctrl del WMS Manhattan en Adidas Chile F1 List Ctrl Keys Ctrl-S Task Selctn Ctrl-C Chg Equip Ctrl-Y = Change Screen Type Ctrl-Z = Default Screen Type Ctrl-T Chg Task Grp Ctrl-R Refresh Ctrl-P Chg Printer Ctrl-E Enter Task Ctrl-X Exit Ctrl-W Prev Ctrl-G Wh/Co/Div Ctrl-U Pag...
Submitted by
anonymous
-
4 years ago
1
...
465
466
467
468
469
...
600
detect inner function with recursiion
0
Regular Expression
Java 8
"
(?<name>
\w
+
)
\(
(?<content>
(
.
*
|
(
\R
)
)
.
*
)
\)
"
gm
Open regex in editor
Description
working for all not for java
Submitted by
anonymous
-
a year ago