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
Email
PCRE (PHP <7.3)
Requires any character, @ sign and a period in the extension of the email address
Submitted by
anonymous
-
8 years ago
1
Poedit Translation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
comma in brackets
PCRE (PHP <7.3)
select all comma in brackets
Submitted by
the-dreamer
-
8 years ago
1
Capturing URL tester
PCRE (PHP <7.3)
This pcre style regex tests for valid URLs capturing the whole address. It will capture http and https only. Compatible with multiple sub-domains and raw IPV4 addresses, as well as paths, queries, and parameters. See below for examples: Will match these valid URLS: https://www.example.com/foo/?bar...
Submitted by
1nc3p710n
-
8 years ago
1
小写单词
Python
搜索句子中的小写单词
Submitted by
enihsyou
-
8 years ago
0
Test N°1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
SAP Valid Chars
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
CNH CATEGORIA
ECMAScript (JavaScript)
no description available
Submitted by
Wagner Luís da Silva
-
8 years ago
1
Meta book descr
PCRE (PHP <7.3)
validate book desctiption
Submitted by
anonymous
-
8 years ago
1
Simple Url Matcher
PCRE (PHP <7.3)
Simple url matcher catches most urls users enter
Submitted by
kristian epps
-
8 years ago
1
e-mail address (RFC5322)
ECMAScript (JavaScript)
https://www.w3.org/TR/html5/forms.html#valid-e-mail-address
Submitted by
Abdulhamit Mabocoglu
-
8 years ago
1
BUNGALOW EXTRA SERVICES
PCRE (PHP <7.3)
no description available
Submitted by
GVEILLEUR
-
8 years ago
1
Simple Email
PCRE (PHP <7.3)
Verify email : a.b@c.d
Submitted by
Smiley32
-
8 years ago
1
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Vérifie un numéro de téléphone (français)
PCRE (PHP <7.3)
Vérifie un numéro de téléphone (français) : 0630848239 --> ok 06.30.84.82.39 --> ok 06-30-84-82-39 --> ok 06 30 84 82 39 --> ok +33630848239 --> ok...
Submitted by
Smiley32
-
8 years ago
1
Add ons prices
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
JS - Url script name
PCRE (PHP <7.3)
Get the script name from an url without extension and version number
Submitted by
vrashq
-
8 years ago
0
Number with optional decimal part
ECMAScript (JavaScript)
This regex checks for numbers with optional decimal part.
Submitted by
Pratik Sanyal
-
8 years ago
0
Newline matcher
Python
new line matcher
Submitted by
anonymous
-
8 years ago
1
Match code in JS(basic)
ECMAScript (JavaScript)
it matches the code in JS, assumes that at least one function is defined to match with.
Submitted by
Dark knight
-
8 years ago
1
...
224
225
226
227
228
...
900
Community Library Entry
0
Regular Expression
Python
r"
お買
\n\d\s
*
\d
*
[
,|
\d
|
\s
*
]
[
\s
|
\d
]
*
"
gm
Open regex in editor
Description
お買\n\d\s*\d*[,|\d|\s*][\s|\d]*
レシートサンプルから複数行にわたる金額表記を取得する場合のケース用
Submitted by
anonymous
-
3 years ago