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,440 community submitted regex patterns...
1
discworld mud player titles
PCRE (PHP <7.3)
Comprehensively matches every possible pre-name player title in discworldmud. http://discworld.starturtle.net/lpc/ https://dwwiki.mooo.com/wiki/Title
Submitted by
Zimbus
-
5 years ago
0
For Splunk
PCRE (PHP <7.3)
Parses log data
Submitted by
anonymous
-
5 years ago
0
Match mandatory groups in a row
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Filtro de insultos 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Donkey 3 PDP's
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
SQL Index to migration call
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Version string matching
PCRE (PHP <7.3)
Separated Major, Minor, Fix, Build number
Submitted by
anonymous
-
5 years ago
0
Lenovo
PCRE (PHP <7.3)
https://www.lenovo.com/ru/ru/- #
Submitted by
anonymous
-
5 years ago
0
Presidente BR
PCRE (PHP <7.3)
Identificando possíveis nomes do Presidente BR.
Submitted by
anonymous
-
5 years ago
0
Filtro de insultos
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
BD Phone No Regex
Python
no description available
Submitted by
anonymous
-
5 years ago
0
badword
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
match json
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
group3
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
group2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
IP + port
PCRE (PHP <7.3)
匹配正确的 ip + 端口,端口可以不写
Submitted by
anonymous
-
5 years ago
0
Syllable division in spanish language
PCRE (PHP <7.3)
Syllable division in spanish language Alejandro Rojo
Submitted by
anonymous
-
5 years ago
0
Facebook live video
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Show Unicodes Above 0x0100
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
0
Show Unicodes Above 0x0100
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
5 years ago
1
...
123
124
125
126
127
...
572
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