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
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Simplify HTML
no description available
Submitted by
LA
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
regExplication
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
phone matcher
phone matcher for following formats (123).234.4567 (123)-234-4567 (617) 495-1797 (617) 495 1797 (617) 4951797...
Submitted by
anonymous
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
erb match
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
erb
no description available
Submitted by
anonymous
-
9 years ago
3
4 upvotes, 1 downvotes (80% like it) (You must be signed in to vote)
pcre
xferlog parser (proftpd, ftpd, vsftpd, etc..)
This pulls out all the fields from a standard xferlog format log. Format specified here http://www.castaglia.org/proftpd/doc/xferlog.html
Submitted by
Robin Kearney
-
9 years ago
2
3 upvotes, 1 downvotes (75% like it) (You must be signed in to vote)
pcre
log4j log parsing
This pulls out all the fields in a log4j field. Suitable for use in a Logstash Grok pattern or similar
Submitted by
Robin Kearney
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
between quotes
Grabbing data beteween quotes.
Submitted by
anonymous
-
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
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
seasons
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
asd
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
Extracting Numbers
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
sushiroles
some sushi role
Submitted by
anonymous
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Test prioritized match
no description available
Submitted by
anonymous
-
9 years ago
-3
1 upvotes, 4 downvotes (20% like it) (You must be signed in to vote)
pcre
mama
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
test
no description available
Submitted by
Honza BÅ™eÄka
-
9 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
pcre
Recursive Search
Proof of concept to omit restriction with '' http://stackoverflow.com/questions/15584634/about-php-regexp-for-recursive-pattern?answertab=oldest#tab-top http://stackoverflow.com/questions/25408579/regex-to-match-blocks-inside-blocks
Submitted by
themroc
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Recursive search
Proof of concept to omit restriction with '' http://stackoverflow.com/questions/15584634/about-php-regexp-for-recursive-pattern?answertab=oldest#tab-top http://stackoverflow.com/questions/25408579/regex-to-match-blocks-inside-blocks
Submitted by
themroc
-
9 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Recursive search
Proof of concept to omit restriction with '' http://stackoverflow.com/questions/15584634/about-php-regexp-for-recursive-pattern?answertab=oldest#tab-top http://stackoverflow.com/questions/25408579/regex-to-match-blocks-inside-blocks
Submitted by
themroc
-
9 years ago
2
5 upvotes, 3 downvotes (63% like it) (You must be signed in to vote)
pcre
SFTP or FTP url
Parse an SFTP or FTP url and brak it into named capture groups.
Submitted by
Cullen Johnson
-
9 years ago
1
...
465
466
467
468
469
470
471
...
483
Replace Commas Inside Quotes
Vote
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
Regular Expression
pcre
/
[
"
]
(
""
[^
"
]
*
""
|
[^
",
]
*
)
[
,
]
?
(
""
[^
"
]
*
""
|
[^
",
]
*
)
[
,
]
?
(
""
[^
"
]
*
""
|
[^
",
]
*
)
[
,
]
?
(
""
[^
"
]
*
""
|
[^
",
]
*
)
[
,
]
?
(
""
[^
"
]
*
""
|
[^
",
]
*
)
[
,
]
?
(
""
[^
"
]
*
""
|
[^
",
]
*
)
[
,
]
?
(
""
[^
"
]
*
""
|
[^
",
]
*
)
[
,
]
?
(
""
[^
"
]
*
""
|
[^
",
]
*
)
[
,
]
?
(
""
[^
"
]
*
""
|
[^
",
]
*
)
[
,
]
?
[
"
]
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
Judd
- 9 years ago