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
STANDARD BULLETS V1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
French Phone Number Validation
PCRE (PHP <7.3)
Accept several kind of format, more or less usual. And refuse incorrect formats. Prefix: 0033 / +33 / (0) / 0 Number: collapsed / group by 2 / group by 3 Separator: space / dot / dash
Submitted by
RonanKER
-
6 years ago
0
STANDARD DESCRI V1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
git url
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Phone number regex - area code
ECMAScript (JavaScript)
Capture 3 digit area code from phone number. Only capture valid NANP area code values. Ignore special characters and spaces.
Submitted by
anonymous
-
6 years ago
0
Phone number regex - phone number
ECMAScript (JavaScript)
Capture 10 digit numbers from input with text. Ignore special characters and spaces.
Submitted by
anonymous
-
6 years ago
0
Search website
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Search Date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
gunicorn access log parser
Python
no description available
Submitted by
anonymous
-
6 years ago
0
List of build packages
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
List of builds
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Add DescriptionAttribute
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Multiline comment removal for JS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Single line comment removal for JS
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Validation Password Alphanumeric with special character (optional)
ECMAScript (JavaScript)
Make validation password must alphanumeric but can add special character
Submitted by
anonymous
-
6 years ago
0
Match html data (data-*) attributes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Beko code
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Cari semua nomor yang kode areanya 021 atau 031
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Cari semua nomor yang dua angka terakhirnya 77 & kode areanya 031 atau 0341
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
IPv4 matcher
Python
find all IPv4 addresses in text
Submitted by
anonymous
-
6 years ago
1
...
208
209
210
211
212
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
我
?
(
想
|
要
)?
(
到
|
去
)?
#都
?
有
?
(
(
哪
(
儿
|
里
)?
|
(
啥
|
什么
|
哪些
|
啥子
)
)
(
(
好
|
可
)
玩儿
?
的
?
(
地
(
方
|
儿
)?
)?
|
好
?
地
(
方
|
儿
)
)
去
?
|
(
怎么
|
咋
)
玩儿
?
|
(
什么
|
啥
|
哪些
)
好
?
(
(
旅游
|
游玩
)?
(
景点
|
攻略
)
|
风景区
|
旅游区
)
)
(
吗
|
呢
|
不
|
吧
|
嘛
|
么
|
呀
|
没
|
啊
|
阿
)?
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago