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 6,280 community submitted regex patterns...
0
Same Character repeated
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Parse multiline excel data
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Replacement 1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
String ends with vowel
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
分组
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
NIFs Portugueses
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
lua comment
ECMAScript (JavaScript)
no description available
Submitted by
Gallactica
-
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
pa3 regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
驗證資料夾路徑格試
ECMAScript (JavaScript)
驗證資料夾路徑
Submitted by
anonymous
-
4 years ago
0
bevprog path matching
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Input Validation - Stack Overflow
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
number
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
pack shelves
Golang
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
Русские маты
PCRE2 (PHP >=7.3)
Матчит русские маты
Submitted by
piterden
-
2 years ago
(Last modified 2 years ago)
0
WOD type tester
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
ddr
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
184
185
186
187
188
...
314
Html tag match
0
Regular Expression
ECMAScript (JavaScript)
/
<form
[^
>
]
*
name="loginForm"
[^
>
]
*
>
[^
~
]
*
?
<
\/
form>
/
gm
Open regex in editor
Description
Html tag match
Submitted by
anonymous
-
a year ago