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
weapons list
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
making things into columns
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
finding phone numbers
we know phone numbers are [one group of 3 numbers] [another group of 3 numbers] [a group of 4 numbers] we use D? as a way to find nondigits like the parenthesis This should also work: \(?\d{3}\)?\s?-?.?\d{3}\
Submitted by
anonymous
-
7 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
the many john smiths
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
phone number
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
Select last symbol in string
This regexp selected random last symbol in string.
Submitted by
Folleah
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
"Attached file" Virus
MailCleaner attachment name expression.
Submitted by
Robin Toy - Strobe Technologies Ltd
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Strings with length multiple of 3 or 5
Lines with length multiple of 3 or 5.
Submitted by
ismtabo
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Test No Match
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
ISO8601 Date Interval
ISO8601 Date Interval with support for fractional values and repeating intervals. DOES NOT SUPPORT fixed intervals (e.g. 2016-03-22P3D or 2016-03-22T14:00Z--2016-03-2518:00+02:00). See https://regex101.com/r/iN2zO9/1 for a ISO8601 date time regex.
Submitted by
Tobias Marstaller
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
ISO8601 DateTime
Matches an ISO8601 date time string, including fractional time. Does not exclude non-existent times (such as the 29th february in non-leap-years)
Submitted by
Tobias Marstaller
-
7 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Escherichia coli, partial genome simple coding region search
NC_000913.3 Escherichia coli str. K-12 substr. MG1655, patial genome
Submitted by
anonymous
-
7 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Proxy matcher
Matches proxies in ip:port format. Takes into account that octets cant start with a 0, and that octets that are not the first octet can be a 0 if there are no more numbers behind it.
Submitted by
Dank meme machine
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Doubleclick tile1
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
@property
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
http://e3lanatkom.local/index.php?do=shownews
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
dynamic galery in detail-text
no description available
Submitted by
romqtw
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Del space
Delete speces at XML
Submitted by
E_Ch
-
7 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Http_accept Header
no description available
Submitted by
Robin Dumont-Chaponet
-
7 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Test
Test
Submitted by
anonymous
-
7 years ago
1
...
453
454
455
456
457
458
459
...
582
LUA double-quoted string
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
pcre
/
\"
(
\\
(
[
[:alpha:]
]
|
[^
[:alpha:]
]
)
|
[^
\n
\"
]
)*
[^
\\
]
\"
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
Daniele V
- 7 years ago