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 5,880 community submitted regex patterns...
1
Any or empty
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Handle crazy key value pairs
Python
Hunts for the key and value in environment variables separated by newlines. _ All keys must be uppercase _
Submitted by
anonymous
-
4 years ago
1
ESCAPE VALUE FROM KEY WITH SPECIAL CHARACTERS
Python
This regex will separate KEY=VALUE when VALUE has special characters that cause bash to misinterpret them
Submitted by
anonymous
-
4 years ago
1
GCS streams file
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
TN Arc Story
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
дефис вязкости
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
test
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Separate path string to dir, filename (with extension), file (without extension) and extension. Groups is named
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Exclude for ufl with OR
ECMAScript (JavaScript)
Exclude certain tags with OR
Submitted by
anonymous
-
4 years ago
1
International Phone Numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
phone in text
ECMAScript (JavaScript)
This is a number also 123-456-7890 This is not a number: 123456 This is not a number, but an address 123 456 My parameters are 90/60/90 - 120/150/120 - not a phone number I am cheeky and I use letter 0 instead of zero 604_213_0293 Or I use | symbol and also 604_2|3_0293 may happen...
Submitted by
anonymous
-
4 years ago
1
find vindi webhook requests that subscriptions has no order id
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Tailwind CSS Color Regex
ECMAScript (JavaScript)
Just a little regex for the tailwind css color classes, It could be improved.
Submitted by
anonymous
-
4 years ago
1
Date - Extract & Validate - Fully tested - Format YYYY-MM-DD (dynamic parts separator / can use a different separator)
ECMAScript (JavaScript)
A fully tested regex that extracts and validates date parts using named capturing groups. \ Validations: Year must be preceded by nothing or a non-digit character...
Submitted by
Elie Grenon (DrunkenPoney) <elie.grenon.1@gmail.com>
-
4 years ago
1
Parse powers of string
ECMAScript (JavaScript)
When you want to parse a litteral math expression with power in and you want e^x to be e**x Use this regex!
Submitted by
anonymous
-
4 years ago
1
Browser Console - Format Specifier
ECMAScript (JavaScript)
Captures format specifiers commonly used in logging and console messages, as defined in the current whatwg/console spec: %s: Formats the value as a string %i: Formats the value as an integer %d: Formats the value as an integer %f: Formats the value as a floating point value...
Submitted by
anonymous
-
4 years ago
1
Browser Console - Format Specifier
ECMAScript (JavaScript)
Captures format specifiers commonly used in logging and console messages, as defined in the current whatwg/console spec: %s: Formats the value as a string %i: Formats the value as an integer %d: Formats the value as an integer %f: Formats the value as a floating point value...
Submitted by
anonymous
-
4 years ago
1
VS Code - Stylus Problem Matcher
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
1G
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Ad Astra
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
...
252
253
254
255
256
...
294
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
\+
88
)?
01
[
3
-
9
]
\d
{8}
$
/
Open regex in editor
Description
Matches all
Bangladeshi SIM
numbers
Submitted by
Mushfiq Talha
-
a year ago
(Last modified a year ago)