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 8,240 community submitted regex patterns...
0
username with dash
ECMAScript (JavaScript)
Username with dash
Submitted by
anonymous
-
6 years ago
0
fix secacc in diva
Python
no description available
Submitted by
anonymous
-
6 years ago
0
remove spaces and invisible chars
ECMAScript (JavaScript)
I probably misses some invisible chars..
Submitted by
anonymous
-
6 years ago
0
India Mobile No
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Validating widget script
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
class btn
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
cmd html
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
mail address
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
num tel
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Area Code
ECMAScript (JavaScript)
Get area code inside bracket
Submitted by
anonymous
-
6 years ago
0
Coupon code regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Finding contents of Square Brackets
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Parsing file metadata
Python
no description available
Submitted by
anonymous
-
6 years ago
0
エスケープシーケンス回避
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
エスケープシーケンス回避
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
置換
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
oqun.jjbkk.cn
Python
no description available
Submitted by
anonymous
-
6 years ago
0
IsBase64ImageFormat
ECMAScript (JavaScript)
Determine if a base64 string is an image format
Submitted by
anonymous
-
6 years ago
0
タグとコードのリジェックス
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Local path
Python
C:/path \\?\C:[\/]path /path ~/path
Submitted by
anonymous
-
6 years ago
1
...
282
283
284
285
286
...
412
Community Library Entry
0
Regular Expression
Python
r"
(
[
a
-
zA
-
Z
]
+
)
(?:
,
)?
"
mg
Open regex in editor
Description
ESPEC
Submitted by
Ian Cole
-
a year ago