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 18,040 community submitted regex patterns...
0
校验登录名
ECMAScript (JavaScript)
只能输入5-20个以字母开头、可带数字、“_”、“.”的字串
Submitted by
anonymous
-
7 years ago
0
Negative lookup
ECMAScript (JavaScript)
It skips the whole line if it contains searched string
Submitted by
anonymous
-
7 years ago
0
At least one uppercase lowercase special char and numer
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
Get SQL FROM
PCRE (PHP <7.3)
SELECT * FROM wp_users WHERE user_login = 'username'
Submitted by
Lars Jansen
-
7 years ago
0
IFS Code Regex for India
PCRE (PHP <7.3)
no description available
Submitted by
Gian Patrick Quintana
-
7 years ago
0
Split output of $(ip addr) into individual interfaces
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Phishing
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Olsh
PCRE (PHP <7.3)
Olsh phishing
Submitted by
anonymous
-
7 years ago
0
date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
IPv6 Reserved Blocks
PCRE (PHP <7.3)
Detects whether a given IPv6 string is within a reserved block, as defined on https://en.wikipedia.org/wiki/IPv6_address#Special_addresses Please note that this assume that the string given is already a valid IPv6 address - If IPv6 validation is important to you, please make sure you pass any strin...
Submitted by
Rohaq
-
7 years ago
0
Grade with decimals
PCRE (PHP <7.3)
Hello everyone, With that regex expression, you can match the first grade with decimals on your string.
Submitted by
anonymous
-
7 years ago
0
RegExp Mail
ECMAScript (JavaScript)
Mail address control with RegExp
Submitted by
Ahbap Aldırmaz
-
7 years ago
0
regex search by element tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
codescrew (not including strings)
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Semver matching regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Matching multiple words in any order in the same string
PCRE (PHP <7.3)
Matching multiple words any order.
Submitted by
anonymous
-
7 years ago
0
Consolidation Announcement Regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Extract domain from URLs
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Quota verification
ECMAScript (JavaScript)
Work with ZFS system ( example: set quota='4G')
Submitted by
anonymous
-
7 years ago
0
Email validate (JS)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
1
...
521
522
523
524
525
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
Иванов
[
\s
,а,у,ым,е,ой,
]
{0,2}
[
\s
]
+
А
.
*
/
gmu
Open regex in editor
Description
/..{0,}? /
Submitted by
anonymous
-
6 years ago