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
test_task_regexp_3
no description available
Submitted by
i.kulzazhenko
-
9 years ago
1
5 upvotes, 4 downvotes (56% like it) (You must be signed in to vote)
pcre
MAtch all lines starting with # to remove em
no description available
Submitted by
Jactaest
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
blah
no description available
Submitted by
anonymous
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
filter tags and select text in between.
You can use it as a language selector.
Submitted by
koko
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
SO: http://stackoverflow.com/questions/24371462/writing-regex-according-to-char/24371542#24371542
no description available
Submitted by
Eder Quiñones
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
đâs
ddấdadasdasd
Submitted by
anonymous
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
youtube links in wp/embed context
no description available
Submitted by
anonymous
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
stripping annotations from pre-NewsML transcripts
no description available
Submitted by
Brian D'Astous
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Usability request
implement vi keys PLEASE
Submitted by
maurice.sprauge@gmail.com
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
test
no description available
Submitted by
anonymous
-
9 years ago
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
pcre
include case
How to include the matched cases in the result?
Submitted by
anonymous
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
regex int
var pattern='/^0-9{0,6}$/'; /* int match 9 digit */ /** ^ starting point 1st [0-9] number should be start between 0 to 9 2nd [0-9] number should be end between 0 to 9 3nd {0-6} number length should be exact 6 digit...
Submitted by
sudhir k gupta
-
9 years ago
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
pcre
question regarding "split" like regex group
dear all, i am a regex beginner, so please be gentle :) we have lines of log contents delimited by a pipe char. is it possible to fetch the content between the 5th and the 6th delimiter, ignoring the values in between? example log line:...
Submitted by
regexBeginner
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Reading only the "=" symbol
The pattern should match only the "=" symbols with in the html content other than the HTML attributes. i.e if we have Sample head This is a test a=b=c=d or a = b = c The pattern should match only "=" outside the html tags
Submitted by
Dilip
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
background-image URL
regex to fetch the URL of the background-image CSS-Propertie
Submitted by
Mutator
-
9 years ago
1
5 upvotes, 4 downvotes (56% like it) (You must be signed in to vote)
pcre
HTML color search
Searches for hex colors in HTML code.
Submitted by
Barlean
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
tesdsa
dsadsadsadsa
Submitted by
dasdasdsa
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Match a date in SQL Server format
no description available
Submitted by
anonymous
-
9 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
Replace Commas Inside Quotes
Regex to remove commas within quotes. (Common situtaion in .csv files) Eg: data,"some ""embedded"" stuff,commas,inside,quotes",more Replace String would be something like this:...
Submitted by
Judd
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
1
23123
Submitted by
anonymous
-
9 years ago
1
...
74
75
76
77
78
79
80
...
483
quotes and escapes
Vote
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
Regular Expression
pcre
/
(
"
+
)
(
.
*
[
\\
"
]
?
.
*
?
)+
?
\1
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
zgorawski
- 9 years ago