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 5,820 community submitted regex patterns...
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
date dd.mm.yyyy
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-05-31 16:03
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
i
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-05-31 02:05
1
2 upvotes, 1 downvotes (score 20.8%) (You must be signed in to vote)
username
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-05-30 06:26
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Sentence checker
ECMAScript (JavaScript)
This will validate any nu of lines
Submitted by
noby nirmal
-
8 years ago
2016-05-28 12:46
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Line match
ECMAScript (JavaScript)
Regex to match any no of lines
Submitted by
noby nirmal
-
8 years ago
2016-05-28 07:36
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
email regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-05-27 17:09
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Todo Comments
ECMAScript (JavaScript)
no description available
Submitted by
Marvin Hagemeister
-
8 years ago
2016-05-26 17:03
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-05-25 21:56
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Zipcode with alphanumeric
ECMAScript (JavaScript)
It Should take 10 numbers and alphabetic characters and numbers only.
Submitted by
Pravallika Chowdary
-
8 years ago
2016-05-25 05:11
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Password with limits
ECMAScript (JavaScript)
It will accepts minimum 8 characters, and should have 1 Uppercase letter, 1 Lowercase letter, 1 Number and 1 Special Character.
Submitted by
Pravallika Chowdary
-
8 years ago
2016-05-25 05:10
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Mobile number with spaces
ECMAScript (JavaScript)
It accepts the mobile no with space upto 13 digits with country code but without + symbol. following are examples 1.9959966566 2.919959966566 3.91 995 996 6566 4.995 996 6566...
Submitted by
Pravallika Chowdary
-
8 years ago
2016-05-25 05:08
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Name with spaces also useful for city name
ECMAScript (JavaScript)
It will accepts the name with spaces with no limitation and we can also use same for city.
Submitted by
Pravallika Chowdary
-
8 years ago
2016-05-25 05:06
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
validate german zip codes
ECMAScript (JavaScript)
no description available
Submitted by
dopa0002
-
8 years ago
2016-05-24 11:23
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Username check
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-05-24 07:14
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
0000000
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-05-24 06:53
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
C#
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
2016-05-24 06:49
0
2 upvotes, 2 downvotes (score 15%) (You must be signed in to vote)
Integers
ECMAScript (JavaScript)
Positive or negative. 0 is allowed but may not be a leading digit.
Submitted by
anonymous
-
8 years ago
2016-05-24 05:04
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Spine Label Regex
ECMAScript (JavaScript)
LC spine label parsing
Submitted by
Dan Pearl
-
8 years ago
2016-05-23 13:05
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Non greedy Quotes JS
ECMAScript (JavaScript)
Matches 4 different types of quoted text avoiding html element and element attributes. Single quotes allow for contractions withing the quotes.
Submitted by
Shadi Lahham
-
8 years ago
2016-05-23 10:26
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
LogTag data from Error stack
ECMAScript (JavaScript)
no description available
Submitted by
rbeer
-
8 years ago
2016-05-22 22:59
1
...
240
241
242
243
244
245
246
...
291
Match special characters excl. unicode accented, _, -, and whitespace
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(
[^
A
-
Za
-
z0
-
9
_
\-
\u00C0-\u024F\u0400-\u04FF\u0374-\u03FF
]
+
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
8 years ago
2016-03-23 14:53