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
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
google.com
no description available
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Match HTML Tag Contents
Capture group one is the tag's name, capture group two is the tag's contents.
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
splunk config stanza regex
Pull stanzas from splunk .conf files
Submitted by
keith muggleton
-
7 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
grok
no description available
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Parse comma separated list of YYYY-MM dates
no description available
Submitted by
Devon Tuck
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
youtube
no description available
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Get all digits after the decimal point.
Simple regex to grab all digits after the decimal point.
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Number Processing: Fractions
Fraction conversion regex for CS 1671
Submitted by
Alex LaFroscia
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
end
no description available
Submitted by
anonymous
-
7 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
match dev URL
no description available
Submitted by
anonymous
-
7 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
get parts of URL
split URL in protokoll, domain, file(with path), parameter and anker
Submitted by
Candyman1332
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Delete unwanted Text
Matches every Character before the ": " characters
Submitted by
Patrick No
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
CSV remove trailing spaces
Remove trailing spaces from CSV files
Submitted by
destegabry
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
Words with spaces in-between
Matches words (with certain special chars) and one or more spaces in between those words.
Submitted by
JAVA
-
7 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Papierloses Büro
Dieser regex ist für das Programm DropIt gedacht, damit eingescannte und danach manuell benannte Dokumente automatisch einsortiert werden.
Submitted by
traxxus
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
Phone number extract
Used to get the phone number from a list of phone numbers
Submitted by
jmitz
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
negative lookahead for files in Sublime Text SFTP package
I use this in "ignore_regexes" to only upload css files starting with screen.
Submitted by
localhorst
-
7 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
simple json key value pair parser
no description available
Submitted by
amlang
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
url(../xxx/xxx.jpg)
no description available
Submitted by
anonymous
-
7 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Remove Dangerous HTML Tags
no description available
Submitted by
SG
-
7 years ago
1
...
545
546
547
548
549
550
551
...
566
Http_accept Header
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(
[^
()<>@,;:
\\
"
\/
[
\]
?={}
\t
]
+
)
\/
(
[^
()<>@,;:
\\
"
\/
[
\]
?={}
\t
]
+
)
(?:
;q=
(
\d
*
\.
?
\d
+
)
)?
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
Robin Dumont-Chaponet
- 7 years ago