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,040 community submitted regex patterns...
0
Redirections 301
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Appolo
PCRE (PHP <7.3)
Appollo
Submitted by
anonymous
-
6 years ago
0
Оценка удовлетворенности качеством сервиса Компании
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Sabre
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
0201009233
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Rosti upgrade with +
PCRE (PHP <7.3)
Fix of lot being smaller when 6 chars
Submitted by
anonymous
-
6 years ago
0
Idea: Substitute contents before match and after match
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Search Url Regex
PCRE (PHP <7.3)
Simple Regex recognising a search url
Submitted by
anonymous
-
6 years ago
0
SEO mobile orchestra
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
keyvalue
Python
value part of key=value key='value' key="value" value can have spaces if quoted
Submitted by
anonymous
-
6 years ago
0
Find DevExpress Assembly References
Golang
no description available
Submitted by
anonymous
-
6 years ago
0
match catch block without specified expression
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
BTC Wallet
PCRE (PHP <7.3)
BTC Wallet
Submitted by
anonymous
-
6 years ago
0
BBCode tags strip
ECMAScript (JavaScript)
Removes BBCode tags with any characters provided after = (e.g. attributes). Omits unknown tags.
Submitted by
anonymous
-
6 years ago
0
repeat url regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
abbreviation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Validate Windows filename
PCRE (PHP <7.3)
Validates a Windows filename Filename cannot contain tab, carriage return, back slash, forward slash, less than, greater than, colon, double quote, pipe, question mark or asterisk. It also cannot end with a period or space (Non-printable characters have been ignored due to the difficulty in actual...
Submitted by
anonymous
-
6 years ago
0
LDOCE词典释义中英文分割
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
All sorts of experiments
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Between Brackets and Parens
Python
no description available
Submitted by
anonymous
-
6 years ago
1
...
144
145
146
147
148
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
[
0
-
9
]
{2}
(
[
A
-
Z
]
{3}
[
P,C,H,A,B,G,J,L,F,T
]
[
A
-
Z
]
[
0
-
9
]
{4}
[
A
-
Z
]
)
[
0
-
9
]
[
Z
]
[
0
-
9
]
$
/
Open regex in editor
Description
Goods & Service Tax Numebr
Submitted by
anonymous
-
3 years ago