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 12,640 community submitted regex patterns...
0
email validation
ECMAScript (JavaScript)
check valid email
Submitted by
anonymous
-
3 years ago
0
vue component import suffix replace
ECMAScript (JavaScript)
为了使用vite,替换必须有后缀
Submitted by
anonymous
-
3 years ago
0
US Telephone Number validation
ECMAScript (JavaScript)
regex code for US telephone number validation for freecodecamp exercise
Submitted by
Erik @raxsonic
-
3 years ago
0
Fix gRPC method types
ECMAScript (JavaScript)
Changes gRPC methods to be in the proper format
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
float with comma or point
ECMAScript (JavaScript)
if you need positive or negative float number with comma or point
Submitted by
Deadula
-
3 years ago
0
certificate
PCRE (PHP <7.3)
letters - numbers
Submitted by
anonymous
-
3 years ago
0
Exchange Address
ECMAScript (JavaScript)
Finds Telephone Exchange Address
Submitted by
anonymous
-
3 years ago
0
C-SUITE
PCRE (PHP <7.3)
Match the C-SUITE acronyms
Submitted by
TLDR; The OS
-
3 years ago
0
Regex replace word in string if it is not a link
PCRE (PHP <7.3)
Stack: https://stackoverflow.com/a/31770688
Submitted by
anonymous
-
3 years ago
0
my phone regex
PCRE (PHP <7.3)
Pattern means: Phone must start with 0 Length of Phone must be greater than or equal to 10 - 11 numbers Space or Special characters doesn't allow Character doesn't allow
Submitted by
anonymous
-
3 years ago
0
my full name regex
PCRE (PHP <7.3)
Pattern means: Name must start with characters Only lowercase and uppercase characters is allowed Allowed special character: space
Submitted by
anonymous
-
3 years ago
0
mysql slow log parse for aws log insights
ECMAScript (JavaScript)
Parse the CloudWatch mysql slowlog into coherent fields.
Submitted by
Frank Baxter
-
3 years ago
0
Text Search
ECMAScript (JavaScript)
Text Search
Submitted by
anonymous
-
3 years ago
0
Find between Quotes
ECMAScript (JavaScript)
Find between Quotes
Submitted by
anonymous
-
3 years ago
0
Domain from url
ECMAScript (JavaScript)
Domain from url
Submitted by
anonymous
-
3 years ago
0
获取导入的模块相对路径
ECMAScript (JavaScript)
获取导入的模块相对路径
Submitted by
高乐天
-
3 years ago
0
Get Youtube ID from shared URL
ECMAScript (JavaScript)
Given a youtube URL ... pull the video ID
Submitted by
anonymous
-
3 years ago
0
email regex
ECMAScript (JavaScript)
email regex expression...feel free to comment if you find efficient way
Submitted by
anonymous
-
3 years ago
0
Username (case insensitive)
ECMAScript (JavaScript)
Check out this username regex.. Case insensitive and max char limit is 12
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Phone Number regex (valid regex for uk numbers)
ECMAScript (JavaScript)
UK based phone number regex
Submitted by
anonymous
-
3 years ago
1
...
594
595
596
597
598
...
632
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(?:
08
[
2
-
9
]
|
09
\d
|
10
[
0
-
4
]
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago