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)
python
Parse ISO date with named group for Python
Parses ISO date like: 2021-01-19T15:21:32.59+02:00 and returns these named groups: fulldate (full date and time) date (2021-01-19)...
Submitted by
Fabio Rotondo (fsoft)
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Currency Style (py.checkio.org)
a mission on py.checkio.org: Currency Style
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Validate email
Regex for email validation
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Find queries that end with
Find Search Queries that ends with a particular keyword or keywords
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Search Queries that begin with a particular keyword
Find search queries that begin with a specific keyword/keywords
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Check WP Admin URLs
Check WP admin pages that are indexed
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Check for content injections
Check to see if site has been compromised with injected content
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Transactional
View queries based on intent for transactional queries
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Commercial Query Regex
Show queries that define different user intent based on commercial queries.
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Navigational Query Regex
Show queries that define user intent based on navigation
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Informational Query Regex
Show queries that defines user intent for informational queries
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
python
Python string regex with escaped characters
string regex but you can escape characters like \", for python only
Submitted by
Fxomt
-
a year ago
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
1
...
76
77
78
79
80
81
82
...
211
Email Validation Regex
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre2
/
^
[
a
-
zA
-
Z0
-
9._-
]
+
@
[
a
-
zA
-
Z0
-
9.-
]
+
\.
[
a
-
zA
-
Z
]
{2,6}
$
/
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 2 years ago