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,660 community submitted regex patterns...
0
Bash (sed)
Java 8
no description available
Submitted by
anonymous
-
8 years ago
(Last modified a year ago)
0
REGEX REVERSE
ECMAScript (JavaScript)
REGEX REVERSE
Submitted by
ljarray
-
8 years ago
0
SearchForPhotoName
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
a
ECMAScript (JavaScript)
a
Submitted by
a
-
8 years ago
0
HH:MM
ECMAScript (JavaScript)
Validates 24 hour formmatted hours and minutes
Submitted by
anonymous
-
8 years ago
0
Parse JSON values
ECMAScript (JavaScript)
Parses JSON keys and values between quotation marks, supports escaping the quotation marks by backspashes
Submitted by
anonymous
-
8 years ago
0
fiter plain text from plain text + html content
ECMAScript (JavaScript)
It fiters plain text from plain text + html content, the input has the shape: "plain text html content" It keeps only the plain text at the beginning.
Submitted by
gugol
-
8 years ago
0
filepath
ECMAScript (JavaScript)
finds filepath /asdfa/a
Submitted by
anonymous
-
8 years ago
0
Numbers Only
ECMAScript (JavaScript)
valid only for alpha numeric values ,Its invertion of number check operation return false if number return true if alpha numeric
Submitted by
deadpool
-
8 years ago
0
CHA course detection
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Resource ID validation regex
ECMAScript (JavaScript)
Validator for a typical resource ID string
Submitted by
WinCPP
-
8 years ago
0
Resource ID validator
ECMAScript (JavaScript)
Regex to validate a typical resource ID
Submitted by
WinCPP
-
8 years ago
0
File Extension
ECMAScript (JavaScript)
Get the file extension from a path regardless of dots in folder names leading to the file
Submitted by
Louis Capitanchik
-
8 years ago
0
Esempio di cattura data
ECMAScript (JavaScript)
descrizione addizionale
Submitted by
Cristian
-
8 years ago
0
email Regex for .com and/or .co.uk
ECMAScript (JavaScript)
this regex matches for .com and/or .co.uk
Submitted by
Michael Kindle
-
8 years ago
0
Character sequesnce inside single quotes
ECMAScript (JavaScript)
serch the character sequesnce inside single quotes
Submitted by
Shridutt KOthari
-
8 years ago
0
socket.io ipv4 user view
ECMAScript (JavaScript)
socket io ipv6 and ipv4 to ipv4 convector
Submitted by
bublik462
-
8 years ago
0
Vue Devtools - Prop type constructor name
ECMAScript (JavaScript)
See this GitHub Issue: https://github.com/vuejs/vue-devtools/issues/125
Submitted by
Akryum
-
8 years ago
0
parse
ECMAScript (JavaScript)
parse module
Submitted by
mr.kiddo
-
8 years ago
0
shares
ECMAScript (JavaScript)
odsaihf
Submitted by
aoifsh
-
8 years ago
1
...
11
12
13
14
15
...
183
Community Library Entry
2
Regular Expression
Java 8
"
(
[
\w\s
]
){2}
(
[^
;;
]
)
"
gm
Open regex in editor
Description
Case insensitive match the whole word betwween \bword\b
Submitted by
anonymous
-
4 years ago
(Last modified a year ago)