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,860 community submitted regex patterns...
0
LinkedIn reaction URL
ECMAScript (JavaScript)
A regular expression pattern to match for LinkedIn reactions (create, delete or update reaction)
Submitted by
celyes
-
2 years ago
0
ClassB private IP address range
ECMAScript (JavaScript)
https://www.ibm.com/docs/en/networkmanager/4.2.0?topic=translation-private-address-ranges
Submitted by
artdiniz
-
2 years ago
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
Semver split
Golang
"1.2.3" Group 1: 1 Group 2: 2 Group 3: 3
Submitted by
Icaruk
-
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
domain
Golang
ss
Submitted by
sssssss
-
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
1
...
187
188
189
190
191
...
193
Community Library Entry
0
Regular Expression
Golang
`
^
(
\d
+
(?:
\.
\d
{1,3}
)?
)
`
gm
Open regex in editor
Description
Trying to get digits
Submitted by
Arthur Silva
-
2 years ago