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
Xóa chuỗi không cần thiết khi update file pot
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
URLS
ECMAScript (JavaScript)
find urls
Submitted by
anonymous
-
7 years ago
0
Email
ECMAScript (JavaScript)
email regex
Submitted by
anonymous
-
7 years ago
0
Agrupamento com captura ($)
PCRE (PHP <7.3)
no description available
Submitted by
Ricardo Canelas
-
7 years ago
0
Regex để lấy số và đơn vị
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
EOS.IO public key
PCRE (PHP <7.3)
This regex tests that a string is formatted in a way that is compatible with the restrictions on EOS.IO software public keys.
Submitted by
Thomas Cox
-
7 years ago
0
obtener operandos de formula
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Separar grupos con parantesis
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Validate and hour date DD/MM/YYYY HH:mm (Leap Year)
ECMAScript (JavaScript)
Validate date in format DD/MM/YYYY HH:mm generaly used in Brazil. With hour in 24 hours format and validating leap year too, optional time.
Submitted by
Eleison Christiano
-
7 years ago
0
Twitch chat cutter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Discard group
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
NOT str_a NOR str_b AND str_c in line
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Hex color code checker
Python
no description available
Submitted by
anonymous
-
7 years ago
0
ФИО
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Форматировани е номера счёта
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
redirectimage
PCRE (PHP <7.3)
Rid OceanExplorer of php script with the redirectimage flavor
Submitted by
anonymous
-
7 years ago
0
INT-451
PCRE (PHP <7.3)
Youtube Iframes to Shortcode
Submitted by
anonymous
-
7 years ago
0
use positive look behind and flags=re.I
Python
positive look behind: it does not consume the first character, so it can be used for the next match flags=re.I is to ignore case sensitive
Submitted by
anonymous
-
7 years ago
0
simple mail regex
Python
no description available
Submitted by
anonymous
-
7 years ago
0
H-Game Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
552
553
554
555
556
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
[
0
-
9
\.
]
+
)
[
\s
]
*
(
[
a
-
zA
-
Z%
]
*
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago