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 3,760 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
i.imgur.com Link matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-19 17:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Client ID matcher w/ nickname allowance
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-19 17:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
webpack igonore ionicon svg file
ECMAScript (JavaScript)
webpack igonore ionicon svg file
Submitted by
anonymous
-
5 years ago
2019-02-21 04:29
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MarkDown italic style parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-02-25 23:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Request any file names endings with `_lang.js`
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-04 16:38
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
gitlab-push-rules-prohibited-file-names-regex
Golang
GitLab Push Rules Citation Push rules are essentially pre-receive Git hooks that are easy to enable in a user-friendly interface. They are defined globally if you are an admin or per project so you can have different rules applied to different projects depending on your needs. 1 ...
Submitted by
gregswindle
-
5 years ago
2019-03-04 17:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Ta Creation Date
ECMAScript (JavaScript)
Trafikstyring S-bane den 5. marts 2019 Extracts the date from a sting like the one above
Submitted by
anonymous
-
5 years ago
2019-03-06 06:59
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Website URL Validation
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-06 14:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Matching Start and End
ECMAScript (JavaScript)
Task You have a test string S. Your task is to match the pattern Xxxxx. Here, x denotes a word character, and X denotes a digit. S must start with an X digit and end with '.' symbol. S should be 6 characters long only.
Submitted by
anonymous
-
5 years ago
2019-03-06 16:00
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
eeriryah
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-06 17:37
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regex for ssn
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-08 06:24
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Expresiones regulares primer parcial
ECMAScript (JavaScript)
Se detalla que la formula hace match hasta iniciar las horas de ahà para adelante no realiza match
Submitted by
anonymous
-
5 years ago
2019-03-10 20:06
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Remove Trailing Slash
ECMAScript (JavaScript)
It extracts 3 groups before trailing slash trailing slash queryString ?name1=value1 Then, combing group 1 and group 3....
Submitted by
anonymous
-
5 years ago
2019-03-11 06:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Work Experince in Years
ECMAScript (JavaScript)
Should allow in the following format YY.MM (Years.Months)
Submitted by
anonymous
-
5 years ago
2019-03-11 09:52
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Punto 3 parcial
ECMAScript (JavaScript)
psi
Submitted by
anonymous
-
5 years ago
2019-03-11 21:31
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Password of Length 8-16
ECMAScript (JavaScript)
Minimum one capital, one special, one digit, no whitespace
Submitted by
anonymous
-
5 years ago
2019-03-12 11:51
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Email Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-12 12:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
extract <a> tags from an html page
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-13 04:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
prepareTicket_closing
Golang
no description available
Submitted by
anonymous
-
5 years ago
2019-03-13 11:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Time
ECMAScript (JavaScript)
hh:mm 24
Submitted by
anonymous
-
5 years ago
2019-03-13 18:05
1
...
140
141
142
143
144
145
146
...
188
Javascript GUID regex
1
3 upvotes, 2 downvotes (score 23.1%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
^
[
{
]
?
[
0
-
9a
-
fA
-
F
]
{8}
[
-
]
?
(
[
0
-
9a
-
fA
-
F
]
{4}
[
-
]
?
){3}
[
0
-
9a
-
fA
-
F
]
{12}
[
}
]
?
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
stom
-
7 years ago
2016-04-04 23:04