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 18,040 community submitted regex patterns...
0
GitVersion patch-version-bump-message
PCRE2 (PHP >=7.3)
GitVersion patch-version-bump-message
Submitted by
anonymous
-
2 years ago
0
date description amount
PCRE2 (PHP >=7.3)
-
Submitted by
Me
-
2 years ago
0
Email address supporting plus addressing and multiple subdomains.
ECMAScript (JavaScript)
This expression follows the rules displayed at https://knowledge.validity.com/hc/en-us/articles/220560587-What-are-the-rules-for-email-address-syntax-. Note that their rules DO NOT exactly match those of the applicable RFC 5322 (sections 3.2.3 and 3.4.1) and RFC 5321, but rather supports a pattern ...
Submitted by
Eric Bewley
-
2 years ago
0
name vietnamese
PCRE2 (PHP >=7.3)
kiểm tra tên tiếng việt
Submitted by
anonymous
-
2 years ago
0
Extract email from - Add "email"
ECMAScript (JavaScript)
Replace Add "xyz@abc.com" with xyz@abc.com
Submitted by
anonymous
-
2 years ago
0
Filter for Linux block devices
PCRE2 (PHP >=7.3)
Filters out all block devices (excluding hd* or vd*)
Submitted by
Louwrentius
-
2 years ago
0
Group separate name and version tag
PCRE2 (PHP >=7.3)
Here, ^ matches the start of the string, ([\w\.]+) matches one or more word characters or dots and captures it in a group, \s* matches any whitespace between the name and version, \d[\d\.\-]* matches the version number (which starts with a digit and may contain digits, dots or hyphens), and finally ...
Submitted by
anonymous
-
2 years ago
0
hungarian address pattern
PCRE2 (PHP >=7.3)
This pattern can match hungarian address parts.
Submitted by
Steven Cash
-
2 years ago
0
autogpt-system-command-parse
Python
autogpt-system-command-parse
Submitted by
anonymous
-
2 years ago
0
auto-gpt-THOUGHTS block
Python
auto-gpt-THOUGHTS block
Submitted by
anonymous
-
2 years ago
0
auto-gpt-parse next-action
Python
auto-gpt-parse next-action
Submitted by
anonymous
-
2 years ago
0
autogpt-parse next-action
Python
autogpt-parse next-action
Submitted by
anonymous
-
2 years ago
0
Update vue 2 to vue 3 Vue.set
PCRE2 (PHP >=7.3)
it changes the old vue 2 stype using Vue.set, to direct assign object
Submitted by
Iagomussel
-
2 years ago
0
i++ in bash
PCRE (PHP <7.3)
asdf
Submitted by
anonymous
-
2 years ago
0
PemFormatRegex2023
PCRE2 (PHP >=7.3)
Regex for validate PEM format of RSA public and private key
Submitted by
Satancito
-
2 years ago
0
test everything
Java 8
hello
Submitted by
anonymous
-
2 years ago
0
Commafication
PCRE2 (PHP >=7.3)
Add commas to large number to make it more readable.
Submitted by
Karthik Kaasa
-
2 years ago
(Last modified 2 years ago)
0
Turkish Phone Number
PCRE2 (PHP >=7.3)
Supported Formats +90 or 0 are optional. (ddd)ddd-dd-dd (ddd)ddd-dddd (ddd)ddddddd (ddd) ddd-dd-dd...
Submitted by
Fatih Bahceci
-
2 years ago
0
FileTimeStamp regex
PCRE2 (PHP >=7.3)
Returns object with dateTime elements .Designed for FiletimeStamp of logging module
Submitted by
Stéphane van Gulick
-
2 years ago
0
TIBCO BWAppNode Regex Parser
PCRE2 (PHP >=7.3)
TIBCO BWAppNode Regex Parser for Prometheus Process Exporter
Submitted by
Tibmon
-
2 years ago
1
...
563
564
565
566
567
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
[
0
-
9
]
{1,4}
[
]
{0,1}
(
mg
)
[
\/
]
{0,1}
(
kg
\/
day
|
kg
|
day
|
d
)
|
[
0
-
9
]
[
]
{0,1}
(
mcg
|
units
|
BID
)
|
(
[
0
-
9
]
[
0
-
9.
]
){0,1}
[
0
-
9
]
{1,3}
[
%
]
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago