Regular
Reg
Expressions
Ex
101
Follow me on twitter!
Like regex101? Support it by donating!
Send me an email
Bugs or suggestions go here
Wiki (Info & FAQ)
Show Sidebar
Library entries
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
javascript
Submitted by
anonymous
-
3 hours ago
Extract Apache2 Host File Config Data
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
15 hours ago
MM/YYYY validator between years
MM/YYYY validator between years
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
17 hours ago
Qn2-August2009
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
a day ago
My Comment Test
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
a day ago
iCal parser
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
a day ago
password filter
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
a day ago
phone number*
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
2 days ago
Nordig Cellphone numbers
This regex tests wheter a string can validated as a nordic cellphonenumber
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
2 days ago
Message Decrypter Softuni Final Exam (2019-08-03)
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
javascript
Submitted by
anonymous
-
2 days ago
/^bingpla-/
bingpla- 广告
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
2 days ago
Amex
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
2 days ago
Discover
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
2 days ago
Visa MasterCard
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
2 days ago
Visa
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
2 days ago
MasterCard
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
3 days ago
Swedbank 2
no description available
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
javascript
Submitted by
anonymous
-
3 days ago
Private IP v4 Address
Validate IP addresses matching those specified in https://tools.ietf.org/html/rfc1918
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
3 days ago
Indonesia License Plate
References: https://en.wikipedia.org/wiki/VehicleregistrationplatesofIndonesia
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
3 days ago
Netherlands License Plate
References: https://en.wikipedia.org/wiki/Vehicleregistrationplatesofthe_Netherlands
0
0 upvotes, 0 downvotes (NaN% like it) (You must be signed in to vote)
pcre
Submitted by
anonymous
-
3 days ago
aaaa
no description available
1
...
501
502
503
504
505
506
507
...
529
Library Entry
Close
String after $
javascript
/
(?<=
\$
)(
\w
*
)*(
\.
)*(
\w
*
)*
/
g
Open regex in editor
Description
Selects the string after the $ sign
Submitted by
anonymous
- 4 months ago
Discussion
Regular
Reg
Expressions
Ex
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.