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,520 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
CyberSecurity/Information Security for HA
ECMAScript (JavaScript)
Finds the CyberSecurity/Information Security line of the Hazard Analysis.
Submitted by
anonymous
-
5 years ago
2019-04-01 20:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Financial for HA
ECMAScript (JavaScript)
Finds the Financial line of the Hazard Analysis.
Submitted by
anonymous
-
5 years ago
2019-04-01 20:15
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Patient Safety for HA
ECMAScript (JavaScript)
Finds the Patient Safety line of the Hazard Analysis.
Submitted by
anonymous
-
5 years ago
2019-04-01 20:14
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Legal/Regulatory for HA
ECMAScript (JavaScript)
Finds the Legal/Regulatory line of the Hazard Analysis.
Submitted by
anonymous
-
5 years ago
2019-04-01 19:39
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Data Integrity for HA
ECMAScript (JavaScript)
Finds the Data Integrity line of the Hazard Analysis.
Submitted by
anonymous
-
5 years ago
2019-04-01 18:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-04-01 07:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
start and end with same vowel
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-30 18:30
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
HA template search
ECMAScript (JavaScript)
Searches for the template setting.
Submitted by
anonymous
-
5 years ago
2019-03-28 15:35
7
7 upvotes, 0 downvotes (score 64.6%) (You must be signed in to vote)
Email regex validation
ECMAScript (JavaScript)
RegEx email /^((?!\.)[\w-_.]*)(@\w+)(\.\w+(\.\w+)?)$/gim; Just playing with Reg Ex. This to validate emails in following ways ...
Submitted by
https://www.linkedin.com/in/peralta-steve-atileon/
-
5 years ago
2019-03-17 21:49
(Last modified 2 months ago)
2023-07-27 21:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
RegEx vardump
ECMAScript (JavaScript)
Регулярка для стилизации вардампа для браузерного расширений DViewer
Submitted by
anonymous
-
5 years ago
2019-03-17 12:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
npm expression parser using javascript engine.
ECMAScript (JavaScript)
This is a npm expression parser that can be used, for instance, to create shims. This RegEx has been created for spypkg module.
Submitted by
marckassay
-
5 years ago
2019-03-16 15:05
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
MC
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
2019-03-14 11:47
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
regex to check string contains two hyphens
ECMAScript (JavaScript)
This should work: ^([a-zA-Z0-9]-[a-zA-Z0-9])+$ Also if you want to have exactly 135 hyphens: ^([a-zA-Z0-9]-[a-zA-Z0-9]){135}$...
Submitted by
anonymous
-
5 years ago
2019-03-14 09:37
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
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)
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)
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)
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)
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)
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
1
...
177
178
179
180
181
182
183
...
276
Add new line
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
ECMAScript (JavaScript)
/
(
.
{60,80}
)
(
\s
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
5 years ago
2018-07-11 19:21