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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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,720 community submitted regex patterns...
0
VML Object
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
locale regex
PCRE (PHP <7.3)
find en_US in the string
Submitted by
anonymous
-
9 years ago
1
test
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Id token
PCRE (PHP <7.3)
Token to get the id, tarea 3 compiladores
Submitted by
Iker Arbulu Lozano
-
9 years ago
1
RFC VALIDATOR
PCRE (PHP <7.3)
PERSONAL NUMBER TO PAY TAXES IN MEXICO
Submitted by
GORETTI
-
9 years ago
2
Bitstream with not more than 4 repeating bits
PCRE (PHP <7.3)
0111100 will be matched whereas 0111110 will not. Change \1{4} to max repeating count. For max 9 repeating -> \1{9}
Submitted by
anonymous
-
9 years ago
1
s
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
TCMB Evds döviz kurları
PCRE (PHP <7.3)
Parses exchanges rates offical from Turkish Central Bank TCMB Source: http://evds.tcmb.gov.tr/fame/webfactory/evdpw/rpt/1652.html
Submitted by
yasin inat
-
9 years ago
0
VML Height
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
SELECT to Max lengths
PCRE (PHP <7.3)
no description available
Submitted by
Jordi
-
9 years ago
0
VML main
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Date_Finder
PCRE (PHP <7.3)
Detects Dates in Various text formats
Submitted by
Paul Dennis Bondy
-
9 years ago
1
Detect russian patronymic in Full name
PCRE (PHP <7.3)
This regex can be used for removing patronumic from full name string in any posidion (start, end or middle)
Submitted by
CyberLight
-
9 years ago
1
Date Validator Pattern
PCRE (PHP <7.3)
Validates dd-Month-year patterns
Submitted by
Ami
-
9 years ago
0
Find datetime directory
Python
no description available
Submitted by
anonymous
-
9 years ago
1
java
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
lesson5
PCRE (PHP <7.3)
lesson5
Submitted by
kirkhanson
-
9 years ago
1
estrutura de contas
PCRE (PHP <7.3)
9.99.99.9999
Submitted by
anonymous
-
9 years ago
1
Date Regex
PCRE (PHP <7.3)
Find a date formated M/d/yyyy.
Submitted by
anonymous
-
9 years ago
1
NovellLoginTime
PCRE (PHP <7.3)
Strip everything but date from Novell LDAP lastLoginTime field.
Submitted by
anonymous
-
9 years ago
1
...
459
460
461
462
463
...
586
Twitter #hashtags
-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