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...
0
股票代码
PCRE2 (PHP >=7.3)
aa
Submitted by
vv
-
2 years ago
0
Meh
Python
d
Submitted by
anonymous
-
2 years ago
0
Email - Works 99% close to oficial Standards
Java 8
Email - Works 99% close to oficial Standards, even better
Submitted by
CryptoCode
-
2 years ago
0
Instagram Profile Url Test
Java 8
Testing all known Variations of Instagram Profile Url's
Submitted by
CryptoCode
-
2 years ago
0
LinkedIn Profile Url
Java 8
LinkedIn Profile Url
Submitted by
Morons
-
2 years ago
0
whitespace only lines
PCRE2 (PHP >=7.3)
Matches whitespace only lines common to annoying website code.
Submitted by
anonymous
-
2 years ago
0
Placas de veículos do Brasil (Mercosul e pré-Mercosul)
PCRE2 (PHP >=7.3)
Expressão regular baseada na publicada no artigo REGEX para Placas Brasileiras (incluindo Mercosul) de Ricardo Coelho.
Submitted by
Lucas Miranda <https://github.com/liddack>
-
2 years ago
0
Find WikiRace baseURL
ECMAScript (JavaScript)
https://github.com/d-k-bo/WikiRace
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
ipv4 match
PCRE2 (PHP >=7.3)
ipv4 match
Submitted by
anonymous
-
2 years ago
0
lat cyr letters
Java 8
only lat and cyr letters
Submitted by
anonymous
-
2 years ago
0
Time regex
PCRE2 (PHP >=7.3)
Regex that selects hour, minute, second, and Meridiem Indicator from a string.
Submitted by
PieterT2000
-
2 years ago
0
First name Universal
PCRE2 (PHP >=7.3)
This Regex is for first name and last name with multiple spaces
Submitted by
Tej
-
2 years ago
0
scss class matching
PCRE2 (PHP >=7.3)
scss class matching
Submitted by
lucas
-
2 years ago
0
Token Delimiter
PCRE (PHP <7.3)
Token Delimiter
Submitted by
anonymous
-
2 years ago
0
8~20的数字+小写字母+大写字母+可选其他字符
PCRE2 (PHP >=7.3)
如果要指定可选的特殊字符,把| 后面的 酌情替换
Submitted by
devwolf__copy-by_天涯孤雁
-
2 years ago
0
get connection string form global.asa
PCRE2 (PHP >=7.3)
get connection string form global.asa for vb
Submitted by
Yassine Naji
-
2 years ago
0
get oneoff link
PCRE2 (PHP >=7.3)
Retrieves the path of the oneoff from a fastfile using the "android upload_to_s3" lane
Submitted by
Sebastian Silbermann
-
2 years ago
0
Select everything after "=" to the end of the line
PCRE2 (PHP >=7.3)
Select everything after "=" to the end of the line
Submitted by
anonymous
-
2 years ago
0
Note Body HTML
PCRE2 (PHP >=7.3)
Match all valid HTML tags
Submitted by
anonymous
-
2 years ago
0
Números enteros aislados
Python
Hace coincidir números enteros aislados para el sistema de numeración decimal. test: 11 +11 -11 99-99 a99 a+99 a-99 99a +99a -99a
Submitted by
Johnny Alonso
-
2 years ago
1
...
819
820
821
822
823
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
\d
{16}
)
|
(
\d
{4}
\s\d
{4}
\s\d
{4}
\s\d
{4}
)
|
(
\d
{4}
\-
?
\d
{4}
\-
?
\d
{4}
\-
?
\d
{4}
)
/
g
Open regex in editor
Description
rule for parse thai credit card
Submitted by
socool
-
2 years ago