Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Single xml tag close to separated
the tag must be a minumum of 3 characters long so we don't catch any BR, HR, etc.
Submitted by
Agent Codesmith
-
8 years ago
1
4 upvotes, 3 downvotes (57% like it) (You must be signed in to vote)
pcre
Email address validator
Validates most email addresses. Using the range [A-Za-z0-9] at the beginning instead of \w means an address cannot begin with an underscore. This range is also used to exclude underscores from the domain (part after @).
Submitted by
Owen Howard
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Validate mail
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Remove repetitions from plain array
Remove repeated elements from a plain JSON array.
Submitted by
Icaro Niz
-
8 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
python
Match 5 forward slashes
Match 5 forward slashes
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
LOL
no description available
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
JS Regex Lazy quantifier
JS Regex Lazy quantifier
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
Sentence Matcher
Matches sentences, but skips over abreviations
Submitted by
Jonathan Mee
-
8 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
pcre
23
23
Submitted by
23
-
8 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
BZWBK24 SMS Code
no description available
Submitted by
maniekq
-
8 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
Simple Telephone number(America/Canada)
Accepts spaces or not 1234567890 123 456 7890
Submitted by
Christopher Dufort
-
8 years ago
-3
6 upvotes, 9 downvotes (40% like it) (You must be signed in to vote)
pcre
Select a HTML table and all its innerHTML
no description available
Submitted by
@ixzy24
-
8 years ago
0
3 upvotes, 3 downvotes (50% like it) (You must be signed in to vote)
javascript
Canadian Postal Code
3 Forms: H5H 5H5 H5H5H5 H5H-5H5
Submitted by
Christopher Dufort
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
always greedy
no description available
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
Object regex
no description available
Submitted by
anonymous
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Test Balanced Parentheses
no description available
Submitted by
Me
-
8 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
selectin multiple image pattern
no description available
Submitted by
cool_jesus
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
mceItem_breakpoint2
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
mceItem_breakpoint
no description available
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
python
match the first sentence, ignoring enumerations
no description available
Submitted by
Henrik Heimbuerger
-
8 years ago
1
...
679
680
681
682
683
684
685
...
732
4-digit numeric w/o leading zero and no repeat digits
Vote
1
7 upvotes, 6 downvotes (54% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
(
[
1
-
9
]
)
(?!
\1
)
(
[
0
-
9
]
)
(?!
\1
|
\2
)
(
[
0
-
9
]
)
(?!
\1
|
\2
|
\3
)
(
[
0
-
9
]
)
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 8 years ago