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 number
ECMAScript (JavaScript)
An extremely complete regex, that...
Submitted by
@thegamerbr1
-
5 years ago
0
First Names
Python
First names Allows for a hyphen Allows for a space Allows for a apostrophe
Submitted by
@thegamerbr1
-
5 years ago
0
validasi username dan pass
ECMAScript (JavaScript)
nurhuda
Submitted by
anonymous
-
5 years ago
0
火车车次
ECMAScript (JavaScript)
火车车次
Submitted by
anonymous
-
5 years ago
0
手机机身码(IMEI)
ECMAScript (JavaScript)
手机机身码(IMEI)
Submitted by
anonymous
-
5 years ago
0
必须带端口号的网址(或ip)
ECMAScript (JavaScript)
必须带端口号的网址(或ip)
Submitted by
anonymous
-
5 years ago
0
网址(支持端口和"?+参数"和"#+参数)
ECMAScript (JavaScript)
网址(支持端口和"?+参数"和"#+参数)
Submitted by
anonymous
-
5 years ago
0
统一社会信用代码
ECMAScript (JavaScript)
统一社会信用代码
Submitted by
anonymous
-
5 years ago
0
股票代码(A股)
ECMAScript (JavaScript)
股票代码(A股)
Submitted by
anonymous
-
5 years ago
0
大于等于0, 小于等于150, 支持小数位出现5, 如145.5, 用于判断考卷分数
ECMAScript (JavaScript)
大于等于0, 小于等于150, 支持小数位出现5, 如145.5, 用于判断考卷分数
Submitted by
anonymous
-
5 years ago
0
html注释
ECMAScript (JavaScript)
html注释
Submitted by
anonymous
-
5 years ago
0
md5格式(32位)
ECMAScript (JavaScript)
md5格式(32位)
Submitted by
anonymous
-
5 years ago
0
版本号格式必须为X.Y.Z
ECMAScript (JavaScript)
版本号格式必须为X.Y.Z
Submitted by
anonymous
-
5 years ago
0
数字/货币金额(支持负数、千分位分隔符)
ECMAScript (JavaScript)
数字/货币金额(支持负数、千分位分隔符)
Submitted by
anonymous
-
5 years ago
0
数字/货币金额 (只支持正数、不支持校验千分位分隔符)
ECMAScript (JavaScript)
数字/货币金额 (只支持正数、不支持校验千分位分隔符)
Submitted by
anonymous
-
5 years ago
0
银行卡号(10到30位, 覆盖对公/私账户, 参考微信支付)
ECMAScript (JavaScript)
银行卡号(10到30位, 覆盖对公/私账户, 参考微信支付)
Submitted by
anonymous
-
5 years ago
0
中文姓名
ECMAScript (JavaScript)
中文姓名
Submitted by
anonymous
-
5 years ago
0
英文姓名
ECMAScript (JavaScript)
英文姓名
Submitted by
anonymous
-
5 years ago
0
车牌号(新能源)
ECMAScript (JavaScript)
车牌号(新能源)
Submitted by
anonymous
-
5 years ago
0
车牌号(非新能源)
ECMAScript (JavaScript)
车牌号(非新能源)
Submitted by
anonymous
-
5 years ago
1
...
655
656
657
658
659
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
\[
IF
\s
#
(
!
)?
(
[^
\#
]
+
)
\#\]
(
.
*
)
(?:
\[
ELSE]
(
.
*
)
)?
\[\/
IF]
/
s
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago