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
英文姓名
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
版本号格式必须为X.Y.Z
ECMAScript (JavaScript)
版本号格式必须为X.Y.Z
Submitted by
anonymous
-
5 years ago
0
md5格式(32位)
ECMAScript (JavaScript)
md5格式(32位)
Submitted by
anonymous
-
5 years ago
0
html注释
ECMAScript (JavaScript)
html注释
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
股票代码(A股)
ECMAScript (JavaScript)
股票代码(A股)
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
必须带端口号的网址(或ip)
ECMAScript (JavaScript)
必须带端口号的网址(或ip)
Submitted by
anonymous
-
5 years ago
0
手机机身码(IMEI)
ECMAScript (JavaScript)
手机机身码(IMEI)
Submitted by
anonymous
-
5 years ago
0
火车车次
ECMAScript (JavaScript)
火车车次
Submitted by
anonymous
-
5 years ago
0
validasi username dan pass
ECMAScript (JavaScript)
nurhuda
Submitted by
anonymous
-
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
phone number
ECMAScript (JavaScript)
An extremely complete regex, that...
Submitted by
@thegamerbr1
-
5 years ago
0
number_lexer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
gettext regex
Python
Matches strings within a gettext call. Covers the following examples: gtxt('i am in single-quotes') gtxt('i have \' an escaped single-quote within single-quotes') gtxt('i have a "double-quote" in single-quotes') gtxt("i am in double-quotes") gtxt("i am in double-quotes with single 'quotes'")...
Submitted by
anonymous
-
5 years ago
1
...
339
340
341
342
343
...
902
Community Library Entry
0
Regular Expression
Python
r"
(
(
\W
+
?
)?
)
(
(
\w
+
?
)?
)
(
(
[
aeiou|AEIOU
]
+
?
)?
)
(
\w
+
?
)
(
\W
+
?
)
"
gmx
Open regex in editor
Description
A learning experience
Submitted by
anonymous
-
5 years ago