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...
1
auto-gpt- parse system cmd
Python
auto-gpt- parse system cmd
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
1
golang re2 negative lookahead
Golang
Aquivalent solution for golang's unsupported negative lookahead in re2 flavor of go's regex. This example provides a negative lookahead similar to (?!/api/) ignoring routes with the /api/ prefix at the start.
Submitted by
misha
-
2 years ago
0
autogpt-parse next-action
Python
autogpt-parse next-action
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
auto-gpt-THOUGHTS block
Python
auto-gpt-THOUGHTS block
Submitted by
anonymous
-
2 years ago
0
auto-gpt :- capture thoughts
PCRE2 (PHP >=7.3)
capture thoughts of auto-gpt log
Submitted by
anonymous
-
2 years ago
0
autogpt-system-command-parse
Python
autogpt-system-command-parse
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
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
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
Extract email from - Add "email"
ECMAScript (JavaScript)
Replace Add "xyz@abc.com" with xyz@abc.com
Submitted by
anonymous
-
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
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
date description amount
PCRE2 (PHP >=7.3)
-
Submitted by
Me
-
2 years ago
1
I select (.*) and generate Print Statement for \"(.*?)\" with \"(.*?)\"?$
PCRE2 (PHP >=7.3)
I select (.) and generate Print Statement for \"(.?)\" with \"(.*?)\"?$
Submitted by
anonymous
-
2 years ago
0
GitVersion patch-version-bump-message
PCRE2 (PHP >=7.3)
GitVersion patch-version-bump-message
Submitted by
anonymous
-
2 years ago
0
GitVersion minor-version-bump-message
PCRE2 (PHP >=7.3)
GitVersion minor-version-bump-message
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
GitVersion major-version-bump-message
PCRE2 (PHP >=7.3)
GitVersion major-version-bump-message
Submitted by
anonymous
-
2 years ago
0
Extract structure from dates
Python
1-12 / 2022
Submitted by
anonymous
-
2 years ago
1
...
63
64
65
66
67
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
\(
\d
+
,
\d
+
,'
[
\d\w
]
+
',
\d
+
,
\d
+
,
\d
+
,
\d
+
,
\d
+
,
\d
+
,
\d
+
\)
)
(
,
(
\(
\d
+
,
\d
+
,'
[
\d\w
]
+
',
\d
+
,
\d
+
,
\d
+
,
\d
+
,
\d
+
,
\d
+
,
\d
+
\)
)
|
,{,1}
)*
$
/
gms
Open regex in editor
Description
no description available
Submitted by
MelRight
-
11 years ago