Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 5,000 community submitted regex patterns...
0
Parse ISO date with named group for Python
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)
-
3 years ago
0
Currency Style (py.checkio.org)
Python
a mission on py.checkio.org: Currency Style
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Validate email
PCRE2 (PHP >=7.3)
Regex for email validation
Submitted by
anonymous
-
3 years ago
0
Find queries that end with
PCRE2 (PHP >=7.3)
Find Search Queries that ends with a particular keyword or keywords
Submitted by
anonymous
-
3 years ago
0
Search Queries that begin with a particular keyword
PCRE2 (PHP >=7.3)
Find search queries that begin with a specific keyword/keywords
Submitted by
anonymous
-
3 years ago
0
Check WP Admin URLs
PCRE2 (PHP >=7.3)
Check WP admin pages that are indexed
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Check for content injections
PCRE2 (PHP >=7.3)
Check to see if site has been compromised with injected content
Submitted by
anonymous
-
3 years ago
0
Transactional
PCRE2 (PHP >=7.3)
View queries based on intent for transactional queries
Submitted by
anonymous
-
3 years ago
0
Commercial Query Regex
PCRE2 (PHP >=7.3)
Show queries that define different user intent based on commercial queries.
Submitted by
anonymous
-
3 years ago
0
Navigational Query Regex
PCRE2 (PHP >=7.3)
Show queries that define user intent based on navigation
Submitted by
anonymous
-
3 years ago
0
Informational Query Regex
PCRE2 (PHP >=7.3)
Show queries that defines user intent for informational queries
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Python string regex with escaped characters
Python
string regex but you can escape characters like \", for python only
Submitted by
Fxomt
-
3 years ago
(Last modified 3 years ago)
0
SMB share parsing
PCRE2 (PHP >=7.3)
A regex for parsing SMB shares
Submitted by
Drav Sloan
-
3 years ago
0
android色值匹配
PCRE2 (PHP >=7.3)
android中色值匹配正则表达式 #ff123456 #ffffff #123 #1234
Submitted by
wangmeng
-
3 years ago
0
aliasFormat
PCRE2 (PHP >=7.3)
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
-
3 years ago
(Last modified 3 years ago)
0
DTM Validation
PCRE2 (PHP >=7.3)
DTM Validation
Submitted by
Mike Cheel
-
3 years ago
0
Docker Image Repo URL
PCRE2 (PHP >=7.3)
This was written for the iTerm2 Smart Selection
Submitted by
anonymous
-
3 years ago
0
iamge url
PCRE2 (PHP >=7.3)
all image url in in content
Submitted by
farhad rohani
-
3 years ago
0
SoundsExtract
Python
extract sounds
Submitted by
anonymous
-
3 years ago
0
Chuỗi ít nhất 1 ký tự in hoa, không bắt đầu bằng số, ít nhất 8 ký tự
PCRE2 (PHP >=7.3)
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
-
3 years ago
1
...
113
114
115
116
117
...
250
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
Password
\s
*
(
.
*
)
\s
*
Website
\s
(
.
*
)
/
g
Open regex in editor
Description
দুইটি পয়েন্ট ধরে মাঝের অংশটি নিবে
Submitted by
anonymous
-
3 years ago