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,320 community submitted regex patterns...
0
Online Judge D306
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Basic IP Address Check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IP Address Check 01
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Dũng test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
kthpppp
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
l4.1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
l4.2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
int err
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
buffer 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex_1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
regex_2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Brighthouse Search in Phone__c object for contact
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Toast Create Case response 101018
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Common and useful regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
микрараон
PCRE (PHP <7.3)
Регураное выражения парсинга микрорайона
Submitted by
anonymous
-
6 years ago
0
Qua mon
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
import router from '@system.router1'
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
local(url)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
url(./2.png)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match last occuring word by combining multiline, dotall and greedy matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
104
105
106
107
108
...
566
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