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 6,180 community submitted regex patterns...
0
Exclude for ufl with OR v02
ECMAScript (JavaScript)
Exclude certain tags with OR
Submitted by
anonymous
-
4 years ago
0
Exclude for ufl with OR
ECMAScript (JavaScript)
Exclude certain tags with OR
Submitted by
anonymous
-
4 years ago
0
Exclude for ufl with OR
ECMAScript (JavaScript)
Exclude certain tags with OR
Submitted by
anonymous
-
4 years ago
0
Exclude for ufl
ECMAScript (JavaScript)
Exclude certain tags
Submitted by
anonymous
-
4 years ago
0
Match emojis in source
ECMAScript (JavaScript)
Use to match source text emojis.
Submitted by
anonymous
-
4 years ago
0
Validate and extract different color models
ECMAScript (JavaScript)
Validate and extract #HEX, rgb() and rgba() values
Submitted by
anonymous
-
4 years ago
0
Basic URL validation
ECMAScript (JavaScript)
Just a basic URL validation regular expression. Most recommend you use the URL input type in HTML5
Submitted by
anonymous
-
4 years ago
0
Cohort 4 EMAIL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ddr
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
WOD type tester
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Currency Format for EU
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Token NUM - Atividade T11
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Dice roll notation
ECMAScript (JavaScript)
Map operator, constants, number of dice, number of faces, exploding/imploding and selective dice notations
Submitted by
anonymous
-
4 years ago
0
Input Validation - Stack Overflow
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
bevprog path matching
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
驗證資料夾路徑格試
ECMAScript (JavaScript)
驗證資料夾路徑
Submitted by
anonymous
-
4 years ago
0
pa3 regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Username (freecodecamp)
ECMAScript (JavaScript)
1) Usernames can only use alpha-numeric characters. 2) The only numbers in the username have to be at the end. There can be zero or more of them at the end. Username cannot start with the number. 3) Username letters can be lowercase and uppercase. ...
Submitted by
Mathivanan
-
4 years ago
0
URLs path level
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
187
188
189
190
191
...
309
Community Library Entry
0
Regular Expression
Golang
`
^\s
{1,}
|
\s
{1,}
$
`
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago