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
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
IBAN regexp
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
parse range
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
For Version Number
Validation for version numbers like 33.3.33
Submitted by
Gokul
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Architectural and construction CSI specification
CSI Documentation usually formatted as ## ## ##(.##.##.##) this extracts the CSI number
Submitted by
Ron E. Allen Apsis0215
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Special Chars
matches any special chars (e.g. !@#$)
Submitted by
DrewBaker
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
JS No space title
Numbers, letters, and underscore with no special characters, no spaces, no leading number, and no leading or trailing underscore for use in KnockoutJS (or any JS validation).
Submitted by
Owen Dismuke
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Password
min length 6 and 1 number 1 epecial charachtor
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Extract Query Parameter
Break URLs into three parts Url ? QueryString
Submitted by
Sachin Jain
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Sabre Signature Line Parsing
no description available
Submitted by
Max
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Sabre FOP Parse
no description available
Submitted by
Max
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Match things between quotes in Bluecoat log file
Mostly for matching things that match bluecoat category.
Submitted by
Thomas
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Teste com espaços
no description available
Submitted by
JEIx
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
fastest mac address match
matches format: a0:39:f7:83:19:c3 detail at: http://nabtron.com/
Submitted by
nabtron
-
7 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
dd dd
no description available
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Negative
Negation in pattern example
Submitted by
Kutuzov Alexey <Kutuz27>
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
isDomainValid
isDomainValid
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
get instance name
takes a url and takes the instance name after the base url
Submitted by
amitair
-
7 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
US Zipcode Validator
Validation rule: not empty numeric only allow "XXXXX", "XXXXX XXXX", or "XXXXX-XXXX" first 5 digits cannot be "00000" (so "00000", "00000 XXXX" and "00000-XXXX" will be regected)
Submitted by
Zheyang Song
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Find All Types In Salesforce's Package.xml
This regex will find all the types definitions following the
Submitted by
Jerome Russ
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
IP address validation
shortest ip validation regex
Submitted by
Giacomo.
-
7 years ago
1
...
523
524
525
526
527
528
529
...
731
Azure ARM Template Parameter Override breakdown
Vote
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(?'pair'
(?'d'
-
)
(?'lcv'
\w
+
)
(?'s'
\s
)
(?'dol'
\$
)
(?'o'
\(
)
(?'ucv'
\w
+
)
(?'c'
\)
)
)
(?'es'
\s
?
)
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
Paul Daly
- 7 years ago