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
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Find unmatched smart quotes or bad quotes
Finds all unmatched smart quotes, double and single, but ignores close single smart quote when used as an apostrophe.
Submitted by
Rich Meng
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Vivaldi
Vivaldi
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
A Fast Way to Redeem All Jingle Jam Steam Codes
Paste the text of your email in the "TEST STRING" text box. Then click
Submitted by
Mii415
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Pig Latin
Group first character and remaining word and flip order
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Get IP adress from proxy scrapper
Get the IP Address and port from the proxybroker report "bluet/proxybroker2"
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Identify and group Certificate and Private Key from a combination PEM file
Identify and group Certificate and Private Key from a combination PEM file
Submitted by
@rbleattler
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Importing Confluence Application Logs to Amazon Athena
Though in Athena you would need two backslash instead of one as listed above in Regex. expression in Athena. "input.regex" = '^(.?) (.?) (.?) \\[(.?)\\] \\[(.*?)\\] (.+)$'
Submitted by
Chirag Parikh
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
TXN ID
VIL ID
Submitted by
anonymous
-
6 months ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Decimal digit with some text pattern at the end.
[0-9]+\.?[0-9,]* ?(?:UI|IU|MCG|G|I.U|I.U.|MG|ML|GM)(?:\/?[0-9]+\.?[0-9]* ?(?:UI|IU|MCG|G|I.U|I.U.|MG|ML|GM))?
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Slurs
Not made with ill intentions.
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
partnkey value
Extract value partn_key
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
ChromeOS user agent
Regex matches Chrome OS user agents. Tested against 4.5k apache log lines. By Dennis Faas https://www.infopackets.com
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
iPhone, iPad, iPod user agent
Regex matches iPhone, iPad, iPod user agents. Tested against 250k apache log lines. By Dennis Faas https://www.infopackets.com
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
3 digits + M
I've used this for filtering files which are bigger than 100 M and smaller than 1 GB
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
正则提取
ss
Submitted by
sss
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
e-mail regex
Validates an email address
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
inefficient int/float(exponent)
match a single number
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
id
getid
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
id
getid
Submitted by
anonymous
-
6 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Extract a string key's values from a json
Sample: Finds errorType key values from a json. Values are returned in capturing group 1 of each match. Both UNKNOWN and UNAUTHENTICATED will be captured. ...
Submitted by
amansaryal
-
6 months ago
1
...
24
25
26
27
28
29
30
...
572
Spotify ID regex
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre
/
https
?
:
\/\/
(?:
open
\.
)?
spotify
.
com
\/
(
user
|
episode
|
playlist
|
track
)
\/
(?:
spotify
\/
playlist
\/
)?
(
\w
*
)
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 8 months ago