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
Repeated phrases in one
no description available
Submitted by
paconaranjo
-
9 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
Repetitions
More than three words repeated in 3.
Submitted by
paconaranjo
-
9 years ago
-3
3 upvotes, 6 downvotes (33% like it) (You must be signed in to vote)
pcre
British Postcode Check
no description available
Submitted by
guest
-
9 years ago
-3
3 upvotes, 6 downvotes (33% like it) (You must be signed in to vote)
pcre
british postcode check
no description available
Submitted by
anonymous
-
9 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
pcre
some shit
find all js link on page source
Submitted by
hobot
-
9 years ago
4
5 upvotes, 1 downvotes (83% like it) (You must be signed in to vote)
pcre
REGEX to parse IIS7 Log File into FluentD
This regex parses the entire line of the IIS log files (without detail on the AgentID) for usage into FluentD. Q&C - juan.carniglia@gmail.com
Submitted by
Juan Carniglia
-
9 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
price selector
Matches any of the prices in the text below: Im asking $15,500 OBO Im asking 15,400$ Im asking 15400$ Im asking $15400 Im asking 15 400$...
Submitted by
chocksy
-
9 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
\$\s?(\d+[\.\s,\dk]+)|(\d+[\.\s,\dk]+)\$
Matches a text that has all those prices below. Doesn't take the $ sign. "Im asking $15,500 OBO Im asking 15,400$ Im asking 15400$ Im asking $15400 Im asking 15 400$...
Submitted by
chocksy
-
9 years ago
-2
2 upvotes, 4 downvotes (33% like it) (You must be signed in to vote)
pcre
1_aa3
no description available
Submitted by
anonymous
-
9 years ago
7
14 upvotes, 7 downvotes (67% like it) (You must be signed in to vote)
pcre
PAN CARD validation
checks for valid PAN card for Indian users.
Submitted by
karan thakkar
-
9 years ago
2
6 upvotes, 4 downvotes (60% like it) (You must be signed in to vote)
pcre
Url with <a> (param) validation
https://www.google.com http://www.google.net/hello https://www.google. http://www.google./hello above url matching with given regex...
Submitted by
Duleep Dissanayaka
-
9 years ago
2
8 upvotes, 6 downvotes (57% like it) (You must be signed in to vote)
pcre
42 post regex
Hosts regex for 42 school (france)
Submitted by
Kerosene2000
-
9 years ago
1
8 upvotes, 7 downvotes (53% like it) (You must be signed in to vote)
pcre
phone test
no description available
Submitted by
cool guy
-
9 years ago
-2
3 upvotes, 5 downvotes (38% like it) (You must be signed in to vote)
pcre
French phone number
no description available
Submitted by
Benoit Anastay
-
9 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
more DISORTED EMAIL ADDRESSES
no description available
Submitted by
anonymous
-
9 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
pcre
Help creating a Regex Pattern
Please help with a regex that will find a pattern like this ✖ or this ∀ or this Π
Submitted by
anonymous
-
9 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
pcre
MIME To field possible inputs
Each line in TEXT represents potential input data. The regex is useless so far as my original using assertions neglected the case where required matches occur between double quotes.
Submitted by
anonymous
-
9 years ago
-3
5 upvotes, 8 downvotes (38% like it) (You must be signed in to vote)
pcre
mail
no description available
Submitted by
anonymous
-
9 years ago
0
2 upvotes, 2 downvotes (50% like it) (You must be signed in to vote)
pcre
unicode email sanitising
no description available
Submitted by
anonymous
-
9 years ago
2
6 upvotes, 4 downvotes (60% like it) (You must be signed in to vote)
pcre
Unicode url sanitising
no description available
Submitted by
anonymous
-
9 years ago
1
...
560
561
562
563
564
565
566
...
572
lisp
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(?<=
\s
)
(
[
[:alnum:]
]
*
\-
?
[
[:alnum:]
]
*
)
(?=
\s
)
/
gmU
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 8 years ago