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...
1
iso_names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Guid Query in Tc Files
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
access-group test
Python
no description available
Submitted by
anonymous
-
4 years ago
0
hero test
Python
no description available
Submitted by
anonymous
-
4 years ago
0
extract image urls
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Test03
PCRE (PHP <7.3)
Test03
Submitted by
anonymous
-
4 years ago
0
test01
PCRE (PHP <7.3)
test02
Submitted by
anonymous
-
4 years ago
0
Vwashington1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
URL media (mp3, mp4) or else
ECMAScript (JavaScript)
URL media (mp3, mp4) or else
Submitted by
anonymous
-
4 years ago
0
filtro rusos combot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Check date in DD/MM/YYYY
PCRE (PHP <7.3)
check the date in DD/MM/YYY you can update 202[0-5] to any value as per your need
Submitted by
anonymous
-
4 years ago
0
Part 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Molecules to atoms p1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
converting rel to abs url. - part 1
PCRE (PHP <7.3)
this covers all scenarios apart from url that start with / and not //
Submitted by
anonymous
-
4 years ago
0
Remove font-family from inline style
ECMAScript (JavaScript)
Remove font-family from inline style
Submitted by
anonymous
-
4 years ago
1
Between Brackets
Python
no description available
Submitted by
anonymous
-
4 years ago
1
user-agent
ECMAScript (JavaScript)
Http response header User-Agent
Submitted by
anonymous
-
4 years ago
1
user-agent
ECMAScript (JavaScript)
Http response header User-Agent
Submitted by
anonymous
-
4 years ago
1
Star-Quantifier
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Anchors
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
255
256
257
258
259
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
\|
\s
?
(?<line_id>
[
\d
\.
]
*
)
\s
?
@s
?
(?<prod_no>
[
\w
.
]
*
)
@
(?<prod_label>
[^
@
]
*
)
@
(?<prod_category>
[^
@
]
*
)
@
(?<cnk>
[^
@
]
*
)
@
(?<pzn>
[^
@
]
*
)
@
(?<cip>
[^
@
]
*
)
@
(?<ean>
[^
@
]
*
)
@
(?<cefip>
[^
@
]
*
)
@
\\
N
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago