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
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
YouTube URL ID matcher
Created for replacing everything except video ID from YouTube URL
Submitted by
kamilius
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
direct link googldrive
no description available
Submitted by
anonymous
-
8 years ago
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
javascript
java
no description available
Submitted by
anonymous
-
8 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
javascript
URL Query String Parser
Parses a URL query string (ignores anything after #) and returns parameters and values separately.
Submitted by
Ross Tracy
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
URL Parameters & Values
Returns matches of parameter and value separately from a URL. Ignores anything after a #.
Submitted by
Ross Tracy
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Funy error
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Get the city name from combined zip code and city input
Suitable for countries with a combination of
Submitted by
Nils
-
8 years ago
-1
0 upvotes, 1 downvotes (0% like it) (You must be signed in to vote)
javascript
Extract the city from zip code and city input
no description available
Submitted by
Nils Butenschön
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Word separator
This regexp can be used to separate words in common text.
Submitted by
Rafael Salazar
-
8 years ago
4
7 upvotes, 3 downvotes (70% like it) (You must be signed in to vote)
javascript
Mobile phone russia
Submitted by
Johhny
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
parse author from html
no description available
Submitted by
imilov
-
8 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
author from tag
no description available
Submitted by
imilov
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
n.x
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
find revenue
$12.34
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
s
s
Submitted by
s
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
data-repeat
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
URL that allows IP
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
number of spaces at beginning of lines
find the number of spaces at the beginning of lines in a file.
Submitted by
andy
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Match slahses and numbers
Match all forward and backward slashes and numbers in a string. Usefull for obtaining only text chars from address.
Submitted by
Rado
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
javascript
Phone number
no description available
Submitted by
Vaseker
-
8 years ago
1
...
144
145
146
147
148
149
150
...
175
Username with "_" "-"
Vote
12
23 upvotes, 11 downvotes (68% like it) (You must be signed in to vote)
Regular Expression
javascript
/
^
(?=
.
{3,20}
$
)
(?!
[
_.-
]
)
(?!
.
*
[
_.-
]
{2}
)
[
a
-
zA
-
Z0
-
9_-
]
+
(
[^
._-
]
)
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
Gianvy
- 8 years ago