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
regex to find img src tags into html
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
LinkedIn Regex
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
email w/o query params
highlights emails that don't have query parameters
Submitted by
duaazahi
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Razor template for JS files
no description available
Submitted by
Rodrigo Stuchi
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Searching succeeding matching words
If you want to search succeeding words replace number in curly brace
Submitted by
tassman
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Match different types of quoted strings in Javascript
The regex tries to match several types of quotations trying to avoid extreme cases. Bare in mind that this was developed for a specific use and thus some of the matches might not work for you.
Submitted by
Shadi Lahham
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Oktavian regex [1]
trans replace
Submitted by
Oktavian Master
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Thaana
Thaana detect
Submitted by
Yoosuf
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Get Src Image Tag
no description available
Submitted by
Leo Pham
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Repeating letters more than once
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
qeqe
qweqwe
Submitted by
qweqe
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
MarketdataQuoteHandlerMessages
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
Extract Course Number from Member DataBase Area
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
Dashie Save
TS3 REGEX NAME BLACKLIST
Submitted by
Dashie @inetpwnz
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Code INSEE des départements français
Cette expression régulière valide une chaîne de caractères représentant un code département selon le code INSEE. Voir http://www.insee.fr/fr/methodes/nomenclatures/cog/
Submitted by
anonymous
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Match URLS http|https www|ww|www3 etc
match various web urls
Submitted by
ganey
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
message postcode
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
orphaned
no description available
Submitted by
anonymous
-
7 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Get any positive integer
All real numbers can be divided into three categories: positive, negative and zero; Match all positive number Match: 2 9...
Submitted by
norihiori, Me-me
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
simple split for email address
Simple match for parts of an email address to get firstname, lastname and email domain. (Does not include validity check!)
Submitted by
art-ist.cc
-
7 years ago
1
...
445
446
447
448
449
450
451
...
639
dollar amount or percent/rate
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
(
\$
(?=
[
1
-
9
]
)
(
(
\d
*
\.
\d
{1,2}
)
|
\d
+
\.
?
)
|
(
(?=
[
1
-
9
]
)
(
\d
+
\.
?
)
|
(
(?=(
[
1
-
9
]
+
|
\d
*
\.
0
*
[
1
-
9
]
+
))
\d
*
\.
\d
{1,4}
)
)
\%
)
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
Keith Freeman
- 7 years ago