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...
1
Identifier
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Kabelmax house_number splitting
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
名字称呼 匹配
Python
no description available
Submitted by
anonymous
-
4 years ago
1
group1
Python
no description available
Submitted by
anonymous
-
4 years ago
1
dot 10 check
PCRE (PHP <7.3)
test
Submitted by
anonymous
-
4 years ago
3
Full Best URL Regex Match
PCRE (PHP <7.3)
Best Full URL Regex to match URL, This is simple and can match 64K of url regex under 77ms Regex Matches All Below and more: https://example.domain http://example.domain...
Submitted by
divineniiquaye
-
4 years ago
2
Simple Best URL Regex Match
PCRE (PHP <7.3)
Best URL Regex to match URL, This is simple and can match 64K of url regex under 20ms Regex Matches All Below and more: https://example.domain http://example.domain...
Submitted by
anonymous
-
4 years ago
1
NHL NFL MLB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
NHL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Moneda con string v3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Moneda con string (Mas estricta) V2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
mylibrary
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Replace shortcode with <a>
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ObjectName with spaces allowed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
POC Mobile Detection
Golang
const regex = /(?:Mobile|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera\sMobi)/gm; const str = `Mozilla/5.0 (Android; Mobile; rv:13.0) Gecko/13.0 Firefox/13.0 Mozilla/5.0 (Linux; U; Android 4.0.3; de-ch; HTC Sensation Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile...
Submitted by
anonymous
-
4 years ago
0
POC Mobile Detection
ECMAScript (JavaScript)
const regex = /(?:Mobile|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera\sMobi)/gm; const str = `Mozilla/5.0 (Android; Mobile; rv:13.0) Gecko/13.0 Firefox/13.0 Mozilla/5.0 (Linux; U; Android 4.0.3; de-ch; HTC Sensation Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile...
Submitted by
anonymous
-
4 years ago
0
POC Mobile Detection
PCRE (PHP <7.3)
const regex = /(?:Mobile|Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera\sMobi)/gm; const str = `Mozilla/5.0 (Android; Mobile; rv:13.0) Gecko/13.0 Firefox/13.0 Mozilla/5.0 (Linux; U; Android 4.0.3; de-ch; HTC Sensation Build/IML74K) AppleWebKit/534.30 (KHTML, like Gecko) Version/4.0 Mobile...
Submitted by
anonymous
-
4 years ago
0
Data
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
search range in email
PCRE (PHP <7.3)
search range in email for bulk uploaded candidates
Submitted by
anonymous
-
4 years ago
0
IT naming - convention
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
254
255
256
257
258
...
902
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
(?:
[
a
-
zA
-
Z
]
[
0
-
9a
-
zA
-
Z
]
*
)
(?:
\,
\s
*
[
a
-
zA
-
Z
]
[
0
-
9a
-
zA
-
Z
]
*
){0,2}
)
\s
+
in
\s
+
(
[
a
-
zA
-
Z
]
[
0
-
9a
-
zA
-
Z
\.
]
*
)
/
g
Open regex in editor
Description
explain regex for check value of data-for attribute
Submitted by
anonymous
-
4 years ago