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
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
2
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
保留小数点后两位
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
正整数
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
中文校验
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
金额校验
11位正整数,两位小数
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
is absolute url
found in https://stackoverflow.com/a/14720951/10715454 check string for absolute url (with domain and such) true example.com...
Submitted by
https://stackoverflow.com/users/114251/arun-p-johny
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Test string contains Instapage URLs
Purpose List of Instapage URLs for testing against Todo Add www urls
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
CyberSecurity/Information Security for HA
Finds the CyberSecurity/Information Security line of the Hazard Analysis.
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Financial for HA
Finds the Financial line of the Hazard Analysis.
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Patient Safety for HA
Finds the Patient Safety line of the Hazard Analysis.
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Legal/Regulatory for HA
Finds the Legal/Regulatory line of the Hazard Analysis.
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
Data Integrity for HA
Finds the Data Integrity line of the Hazard Analysis.
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
test
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
start and end with same vowel
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
HA template search
Searches for the template setting.
Submitted by
anonymous
-
4 years ago
5
5 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Email regex validation
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/
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
RegEx vardump
Регулярка для стилизации вардампа для браузерного расширений DViewer
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
npm expression parser using javascript engine.
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
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
MC
no description available
Submitted by
anonymous
-
4 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
javascript
regex to check string contains two hyphens
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
-
4 years ago
1
...
173
174
175
176
177
178
179
...
273
置換1
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
javascript
/
\b
(
\w
+
)
(
\s
)
(
\w
+
)
\b
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 5 years ago