Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 14,820 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
(R|B|C)(g|p)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 09:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
(R|B|C)(g|p)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 09:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Farmaline - Wanted strings to SQL
PCRE (PHP <7.3)
Note to escape % characters beforehand.
Submitted by
anonymous
-
4 years ago
2019-08-14 09:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
???
PCRE (PHP <7.3)
match qu
Submitted by
anonymous
-
4 years ago
2019-08-14 09:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
(R|B|C)(g|p)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 09:50
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ICS_JP_MeshNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 11:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ICS_HR_MeshNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 11:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
ICS_HU_MeshNames
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 11:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
S16_MeshNames2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 11:07
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
čísla 1-30
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 12:09
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
words group not in order
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 14:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CKD - PDP Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 21:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CKD - PLP Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-21 18:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
words group not in order2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 19:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VBA Local Const Statement
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-14 19:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
VBA Type Content
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-15 06:16
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Must contain at least {{min}} lowercase or uppercase letter
ECMAScript (JavaScript)
Source: stackoverflow.com/questions/42004440/regex-to-match-4-letters-in-a-string
Submitted by
anonymous
-
4 years ago
2019-08-15 07:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Must have at least {{min}} non-alpha character (number or a special character)
ECMAScript (JavaScript)
stackoverflow.com/questions/30648699/regular-expression-to-match-at-least-two-special-characters-in-any-order
Submitted by
anonymous
-
4 years ago
2019-08-15 07:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex unique characters
ECMAScript (JavaScript)
From: stackoverflow.com/questions/12870489/regex-to-match-a-word-with-unique-non-repeating-characters
Submitted by
anonymous
-
4 years ago
2019-08-15 07:34
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Must have at least {{min}} non-alpha character
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
2019-08-15 08:53
1
...
588
589
590
591
592
593
594
...
741
find id
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
s,
(
^
[
0
-
9
]
+
.
(?:
[
0
-
9
]
+
)+
\;
+
)+
|
(
^
[
0
-
9
]
+
.
\;
)+
/
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
8 years ago
2015-07-16 13:06