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,000 community submitted regex patterns...
1
touching bug
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Regex de Nome
PCRE (PHP <7.3)
Aceita até 7 palavras, podendo conter acento, e com espaço entre elas
Submitted by
anonymous
-
4 years ago
1
string end (_B--1234)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Carfax job name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Find If a user agent is likely to be a phone or tablet
PCRE (PHP <7.3)
This regular expression will find key word in a user agent and to easily flag them has a phone or tablet.
Submitted by
anonymous
-
4 years ago
1
Export WP
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
need to ask partial
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Email validation
Python
Email string validation, manage wildcard and subdomains
Submitted by
anonymous
-
4 years ago
1
Flexible phone validation
Python
International / national format allowing space or dots as separator.
Submitted by
anonymous
-
4 years ago
1
consnum
PCRE (PHP <7.3)
Partner2 access log Nginx
Submitted by
anonymous
-
4 years ago
1
US Cellphone Match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
什么值得买文章评论解析
Python
https://www.smzdm.com/p/23523045/p3/#comments 解析引用评论内容, 为保持表情顺序, 使用正则分步替换
Submitted by
anonymous
-
4 years ago
1
UserConfiguration.xml
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
ffmppeg
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Ghasedak RECEIVE SMS Packet HTTP
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Stardust: NL DE US GB ES promo page
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
stardust pdp uk en us
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
LaTeX Greek letters
PCRE (PHP <7.3)
Recognises all LaTeX Greek letter variants (e.g. \pi \Pi \varpi) while excluding invalid variants as defined here: https://www.overleaf.com/learn/latex/List_of_Greek_letters_and_math_symbols
Submitted by
anonymous
-
4 years ago
1
imdb watchlist json
PCRE (PHP <7.3)
IMDB public watchlist extractor REACT JSON state
Submitted by
anonymous
-
4 years ago
1
Lxx Wurzel
Golang
no description available
Submitted by
anonymous
-
4 years ago
1
...
777
778
779
780
781
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
[
Aa
]
[
AB
]
|
[
AB
]
(?=
(
[
aA
]
)
)
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago