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)
pcre
Require string of length Ignoring HTML
checks for a continuous string of characters (in this case 7) , but ignores HTML tags we use it in a required feild validator that has auto generated formatting elements
Submitted by
Doom87er
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
color-price-count
no description available
Submitted by
By me
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Match text inside of single/double quotes, mysql identifier tokens(`)(ignore escaped nested quotes)
Verbose, somewhat cryptic and very efficient pattern to match all text inside of quotes and MySQL identifier tokens.
Submitted by
Phillip Weber
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Telephone numbers from Ireland
Validate phone numbers from Ireland
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Telephone numbers from Colombia
no description available
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Telephone numbers from Spain
no description available
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
teysy
kljljljjlkjl
Submitted by
nww
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
No Tag in URL RegEx
no description available
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Microsoft Forward Header Matcher
no description available
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Quotes
Matches everything between '' or "", but not between quotation marks of different types. (?:\")(.?)(?:\")|(?:')(.?)(?:')
Submitted by
maffei2443
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
CBC-FixFlex-CisloZmluvy
no description available
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
TeamAlert domenenavn
no description available
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
TeamAlert domenenavn
no description available
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
FireEye Sandbox IPs
FireEye Sandbox IPs
Submitted by
Robert Nixon
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
RFC 1918 Address Space
no description available
Submitted by
Robert Nixon
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Velocidade De Banda
no description available
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Shared folder | shared folder ip | local folder
no description available
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Very basic mail check regex
no description available
Submitted by
anonymous
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Locale ICU validator
Regexp to match against a icu locale string
Submitted by
Sylvain Combes
-
5 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
flush done
no description available
Submitted by
anonymous
-
5 years ago
1
...
519
520
521
522
523
524
525
...
562
Cap named group in urls
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
\/
config
\/
(?'asset'
\w
+
)
\/
sim_mgmt
\/
v1
\/
(?'rsc'
profile
|
link
){1}
(
\?
_=
\d
+
)?
$
/
i
Open regex in editor
Description
Loading markdown...
Submitted by
SPeed
- 7 years ago