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
SMB share parsing
A regex for parsing SMB shares
Submitted by
Drav Sloan
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
android色值匹配
android中色值匹配正则表达式 #ff123456 #ffffff #123 #1234
Submitted by
wangmeng
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
aliasFormat
Based on 'Allow only letters from A to Z, numbers from 0 to 9 , hyphen, dash, underscore and the period.'
Submitted by
Arturo Acuña
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
DTM Validation
DTM Validation
Submitted by
Mike Cheel
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Match CLI argument to
Matches argumetn to as: -t to -t= ...
Submitted by
rperez-torro
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Docker Image Repo URL
This was written for the iTerm2 Smart Selection
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
iamge url
all image url in in content
Submitted by
farhad rohani
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
SoundsExtract
extract sounds
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Chuỗi ít nhất 1 ký tự in hoa, không bắt đầu bằng số, ít nhất 8 ký tự
Chuỗi ít nhất 1 ký tự in hoa, không bắt đầu bằng số, ít nhất 8 ký tự
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Extract Region and DreUgel
Allo extract region and dreugel from filename
Submitted by
Carlos Sing
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Multi-line Remove Protocol from URL
Remove either "HTTPS://" or "HTTP://" from the beginning of any string. Flags for multi-line and case-insensitive search are set. Multiline matches text if it is the beginning of the new line. Only matches the beginning of the string or of a new line.
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
等等
方法
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Data URL
Parsing of Data URLs
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Phone of 10 and 11 digits
Phone validation
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Country codes ISO 3166-1 alpha-2
Matches to a valid ISO 3166-1 alpha-2 pattern.
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
/user/favorites
Url endpoint
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
find match in url
find the word "google" with "i" or "com"
Submitted by
Shai chikorel
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
get all image link in html
get all image link in html
Submitted by
anonymous
-
a year ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Strong Password
Support JS and PHP
Submitted by
jodi@nusantarabetastudio.com
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Argument:Value, exclusively
Attempt to only match Argument:Value pairs, but exclude numeric:numeric (for instance a time value format) using negative lookahead. Can be used for console arguments, examples: USE_DEV:true. => valid / match 07:00 or 07:00:00 => invalid / no match
Submitted by
Theo V
-
a year ago
1
...
76
77
78
79
80
81
82
...
211
Can contain \" and \\, but " and \ are not allowed
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre2
/
^
[^
\r\n
]
*
(?<=
\\
)
(
"
|
\\
)
[^
\r\n
]
*
$
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 2 years ago