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 3,840 community submitted regex patterns...
0
English to DAS EFX
ECMAScript (JavaScript)
Adds -iggedy to words in the style of hip hop group DAS EFX.
Submitted by
anonymous
-
5 years ago
0
Password
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
sss
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Splitter ES
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Demo Breakdown
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
matching URLs and failing non-URLs
ECMAScript (JavaScript)
Here, we would add a quantifier to a simple char class in an expression such as:
Submitted by
anonymous
-
5 years ago
0
Python Call Graph
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Replacement regex for bible citations in Examen de grado
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Split full name to last, middle, last
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Twist
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Twist Login
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
getText&Numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
basic email
ECMAScript (JavaScript)
not amazing but better than seb's
Submitted by
anonymous
-
5 years ago
0
Verificar hash com contexto de conta
ECMAScript (JavaScript)
Links hash podem ser passados em contexto diferente. Nesse caso é identificado o contexto antes do hash para endereço.
Submitted by
anonymous
-
5 years ago
0
ISO 8601 timestamp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Android signal level
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
eleveo
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
Check response of a serially connected Bronkhorst flowmeter for a certain range
ECMAScript (JavaScript)
Bronkhorst Flowmeters use a somewhat unique protocol for communication. In the ascii protocol the resonse is transmitted as an unsigned integer coded as 4 hexadecimal chiffres. The values are normalized so that 32000 (7D00h) is 100% of the capacitiy of the device. For my case, valid Values range fr...
Submitted by
anonymous
-
5 years ago
0
Format thousand number with Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Package name
ECMAScript (JavaScript)
The string must be less than 21 characters, mus not have spaces, it can only contain lowercase letters, hyphens (-) or underscores (_)
Submitted by
anonymous
-
5 years ago
1
...
123
124
125
126
127
...
192
Community Library Entry
0
Regular Expression
Golang
`
^
(?:
(
[
\w
]
*
)
(?:
(
.
*
)
)?
)?
(
[
\w
]
+
)
$
`
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago