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
5 upvotes, 4 downvotes (56% like it) (You must be signed in to vote)
python
quoted string in VB.net format
Get all strings in vb.net format (even nested quotes"
Submitted by
Alan Moore (http://stackoverflow.com/questions/2148587/finding-quoted-strings-with-escaped-quotes-in-c-sharp-using-a-regular-expression) modified by j
-
9 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
almost any similar word
no description available
Submitted by
anonymous
-
9 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
Words that start with...
no description available
Submitted by
anonymous
-
9 years ago
4
6 upvotes, 2 downvotes (75% like it) (You must be signed in to vote)
javascript
Repeated words (JS)
no description available
Submitted by
paconaranjo
-
9 years ago
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)
python
Parasite subtitles
no description available
Submitted by
Andrey Spiridonov
-
9 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
Remove italics in less than three letters...
Subtitle Edit
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
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
python
Path to devices
no description available
Submitted by
Airam
-
9 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
javascript
Punto antes de ¿ o ¡
Corregir la falta de punto cuando se abre un signo de exclamación o interrogación para el idioma español.
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
34
123 upvotes, 89 downvotes (58% like it) (You must be signed in to vote)
javascript
Google like regex
Attempts to mimic Google search box behavior, returning an array with the separated search strings (that keep the +/- indicator for following operations)
Submitted by
mettjus
-
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
1
...
836
837
838
839
840
841
842
...
852
freedns.afraid.org/dynamic/
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
(?'stat'
[
a
-
zA
-
Z
]
*
)
|
(?'ip'
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
\.
\d
{1,3}
)
|
(?'desc'
was
found
on
a
blacklist
|
has
not
changed
)
|
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
KUbo_0
- 8 years ago