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
test
Java 8
test
Submitted by
anonymous
-
2 years ago
0
OBIEE Parse Repository Folder
ECMAScript (JavaScript)
Parse Repository Folder for Oracle BI
Submitted by
anonymous
-
2 years ago
0
Database datatype check
Java 8
Database data type determination and extraction. Example: varchar(20) varchar2(20) number(20,3) timestamp...
Submitted by
anonymous
-
2 years ago
0
Titulo da expressao
Java 8
\w
Submitted by
anonymous
-
2 years ago
0
Streetname
ECMAScript (JavaScript)
Letters, numbers, space and . , ' - /
Submitted by
anonymous
-
2 years ago
0
city
ECMAScript (JavaScript)
Letters, space and - , . ' & /
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
edgedb dsn parser
ECMAScript (JavaScript)
parse an edgedb DSN string
Submitted by
dotlouis
-
2 years ago
0
city regex opposite
ECMAScript (JavaScript)
Do the opposite so we can test for invalid characters
Submitted by
anonymous
-
2 years ago
0
Match Emojis
ECMAScript (JavaScript)
Match all emojis using unicode
Submitted by
Sagar Panchal
-
2 years ago
0
E-mail address
ECMAScript (JavaScript)
RFC Compliant Email Address (https://datatracker.ietf.org/doc/html/rfc2822)
Submitted by
David Bécu
-
2 years ago
0
Node-red DSMR reading
ECMAScript (JavaScript)
0:1.8.1(010972.842*kWh) normaal tarif
Submitted by
anonymous
-
2 years ago
0
ip address
Java 8
ip address regex
Submitted by
shyam
-
2 years ago
0
Company name
ECMAScript (JavaScript)
Company name
Submitted by
anonymous
-
2 years ago
0
ISO date
ECMAScript (JavaScript)
Validates a date string as a valid iso entry
Submitted by
Franco Grobler (franco199906@gmail.com)
-
2 years ago
0
Match time HH:MM:SS or MM:SS similar to YT chapters
ECMAScript (JavaScript)
Used in JS context to extract time from string metadata aka YouTube chapters. Trailing text and chars are ignored for each new line.
Submitted by
JVE
-
2 years ago
(Last modified 2 years ago)
0
Match HTML tag with specific attributes
ECMAScript (JavaScript)
1
Submitted by
anonymous
-
2 years ago
0
tas-branch-validation
Java 8
tas-branch-validation
Submitted by
doron-hafner
-
2 years ago
0
Youtube Twitch Channels
ECMAScript (JavaScript)
No need to customize. Works for every modern youtube/twitch channels
Submitted by
mallusrgreat
-
2 years ago
0
Strip ANSI CSI
ECMAScript (JavaScript)
Use control_sequence_filter group to find and remove ANSI CSI codes. Not tested thoroughly. Only for the task that was necessary for me
Submitted by
Leonards Elksnis
-
2 years ago
(Last modified 2 years ago)
0
Kyivstar phone number
Java 8
Kyivstar phone number
Submitted by
milka_vlad
-
2 years ago
1
...
177
178
179
180
181
...
183
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
<a
?
)?
:
\w
+
:
(
\d
{18}
>
)?
|
(
\u00a9
|
\u00ae
|
[
\u2000-\u3300
]
|
\ud83c
[
\ud000-\udfff
]
|
\ud83d
[
\ud000-\udfff
]
|
\ud83e
[
\ud000-\udfff
]
)
/
g
Open regex in editor
Description
This matches all type of emoji which can be used on Discord.
Submitted by
cph101
-
a year ago