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 11,300 community submitted regex patterns...
0
entrar en sol
PCRE (PHP <7.3)
comando de respuesta de como conseguir el permiso para sol
Submitted by
anonymous
-
4 years ago
0
Выделение кода в теге
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
回溯
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
function matching
Python
no description available
Submitted by
anonymous
-
4 years ago
0
check dup statements
Python
no description available
Submitted by
anonymous
-
4 years ago
0
numbers in wp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
check dup statements
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Find numbers prefixed by "fieldid=". Retain numbers only.
PCRE (PHP <7.3)
Ignore lines without the "fieldid=" pattern.
Submitted by
anonymous
-
4 years ago
0
tilak phishing file
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
tilak fix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
tilak partial clean php redirect
PCRE (PHP <7.3)
partial clean php redirect
Submitted by
anonymous
-
4 years ago
0
Date string - dd/mm/yyyy (...) dd/mm/yyyy
PCRE (PHP <7.3)
Lấy cả chuỗi dài
Submitted by
toanps
-
4 years ago
0
date string - error
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Palabras y números con acentos y tildes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Fecha en formato dd/mm/yyyy ---- dd-mm-yyyy ---- dd.mm.yyyy ---- dd/mm/yy ---- dd-mm-yy ---- dd.mm.yy
PCRE (PHP <7.3)
dd/mm/yyyy ---- dd-mm-yyyy ---- dd.mm.yyyy ---- dd/mm/yy ---- dd-mm-yy ---- dd.mm.yy
Submitted by
anonymous
-
4 years ago
0
Validar del 0 al infinito
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Limitar longitud de una palabra (solo numero)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
letras y números con restricción de 2 a 3 caracteres
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
statement matching
Python
no description available
Submitted by
anonymous
-
4 years ago
0
fa-tag finder
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
112
113
114
115
116
...
565
Community Library Entry
-1
Regular Expression
Python
r"
(
\A
|
\s
)
#
(
\w
+
)
"
g
Open regex in editor
Description
Using the twitter API, take a tweet object and find & link #tags to embed in HTML
Submitted by
@triplec1988
-
11 years ago