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 3,960 community submitted regex patterns...
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
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
エスケープシーケンス回避
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
エスケープシーケンス回避
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
Coupon code regex
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
num tel
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
cmd html
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
MasterCard - 10/09/18
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
India Mobile No
ECMAScript (JavaScript)
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
username with dash
ECMAScript (JavaScript)
Username with dash
Submitted by
anonymous
-
6 years ago
0
Visa CC
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
American Express CC
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
25
26
27
28
29
...
198
Community Library Entry
5
Regular Expression
Python
r"
(
\w
+
)
(
[
\W
+^
\s
]
)
"
ig
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago