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
Emerson
ECMAScript (JavaScript)
no description available
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
Add quotes around unquoted dates
Python
Used this for a lab in my R class. We copied and pasted WHAS 500 data. The the data values in the raw data do not have quotes around them.
Submitted by
anonymous
-
4 years ago
0
Add comma to the end of a data line
Python
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 ...
Submitted by
anonymous
-
4 years ago
0
get exigence rspace
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ФИО базовое
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
delay, pre & post
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
if, ternary
PCRE (PHP <7.3)
Prints a statement if expression evaluates to true, otherwise prints an alternative expression
Submitted by
anonymous
-
4 years ago
0
AG Network: Add new contact
Python
no description available
Submitted by
anonymous
-
4 years ago
0
http base url for host 'host'
ECMAScript (JavaScript)
for ike testing phase 4
Submitted by
anonymous
-
4 years ago
0
face
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
特殊字元(包含中文字)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
684
685
686
687
688
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?<Section>
[
a
-
hA
-
H
]
)
(?<Class>
(
\s
*
|
0
)*
[
1
-
9
]
\d
{0,1}
)
\s
*
(?<Subclass>
[
a
-
hA
-
H
]
)
(?<Maingroup>
(
\s
*
|
0
)*
[
1
-
9
]
\d
{0,1}
)
\s
*
\/
\s
*
(?<Subgroup>
(
\s
|
0
)*
[
1
-
9
]
\d
{0,3}
)
/
gm
Open regex in editor
Description
no description available
Submitted by
Irina
-
8 years ago