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
Phone Swiss
PCRE (PHP <7.3)
Regular Expression (\+41|0041|0){1}(\(0\))?[0-9]{2}[\s.-]?[0-9]{3}[\s.-]?[0-9]{2}[\s.-]?[0-9]{2}$ Test String True 0782342323...
Submitted by
anonymous
-
6 years ago
0
Bitcoin Address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Regex google review url
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Get (X, Y) from string Size
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Solaris10 multiple
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ARVE vimeo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Month (Alpha) and Day
Python
Three letter or full text month name (including Sept for September) with or without upper case first letter for month followed by one or two digit day with no intervening white space. examples: Jan10 february29 Sept15 ...
Submitted by
anonymous
-
6 years ago
0
Date Format
ECMAScript (JavaScript)
This will check for a date using the format xx-xx-yyyy. The reason the first two groupings are labeled with 'xx' is because we can't be sure which is the month or the date as it will look for both formats and match true. This can also be used in conjunction with ?, ?, and ? to better search for spec...
Submitted by
anonymous
-
6 years ago
0
Check that a string does not end with the substrings: ".js" or ".css"
PCRE (PHP <7.3)
Can be applied to other scenarii as well
Submitted by
anonymous
-
6 years ago
0
Address Parser
ECMAScript (JavaScript)
This is used to parse Address text. TEST DATA: 39 w. 38th Street, 10th Floor, NY, NY 10018 39 w. 38th Street, NY, NY 10018
Submitted by
anonymous
-
6 years ago
0
Una letra, de 1 a 5 números
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Inchcape Browse Build Buy IIS URL Rewrite
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
NUEVO
Python
no description available
Submitted by
anonymous
-
6 years ago
0
cinecalidad
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Bearing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Regex for mentions @username like twitter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Capture any number up to decimal and two digits after decimal if they exist
PCRE (PHP <7.3)
Wrote without research on existing solutions, so test before using in production.
Submitted by
anonymous
-
6 years ago
0
My-DesiredEmailFormatValidation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Url match
Python
no description available
Submitted by
anonymous
-
6 years ago
0
To select lines that do not start with a substring.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
210
211
212
213
214
...
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