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 2,100 community submitted regex patterns...
0
Email finder
Python
Find emails in a string.
Submitted by
anonymous
-
a year ago
0
URL
Python
Regex de URL
Submitted by
anonymous
-
a year ago
0
IWANTOUT
Python
IWANOUT
Submitted by
anonymous
-
a year ago
0
trimming whitespaces from the beginning and from the end
Python
trimming whitespaces from the beginning and from the end
Submitted by
anonymous
-
a year ago
0
auto-gpt capture command
Python
auto-gpt capture command
Submitted by
anonymous
-
a year ago
0
tacacs legacy server definition: sentence and parts
Python
This query extract the entire tacacs legacy configuration by servers and divide its parts on groups
Submitted by
anonymous
-
a year ago
0
Extract structure from dates
Python
1-12 / 2022
Submitted by
anonymous
-
a year ago
0
autogpt-system-command-parse
Python
autogpt-system-command-parse
Submitted by
anonymous
-
a year ago
0
auto-gpt-THOUGHTS block
Python
auto-gpt-THOUGHTS block
Submitted by
anonymous
-
a year ago
0
auto-gpt-parse next-action
Python
auto-gpt-parse next-action
Submitted by
anonymous
-
a year ago
0
autogpt-parse next-action
Python
autogpt-parse next-action
Submitted by
anonymous
-
a year ago
0
auto-gpt- parse system cmd
Python
auto-gpt- parse system cmd
Submitted by
anonymous
-
a year ago
0
auto-gpt command google
Python
auto-gpt command google returned
Submitted by
anonymous
-
a year ago
0
SparkplugB Topic Pattern
Python
SparkplugB has a specific pattern to the MQTT topic string. Included here is the convention of metrics as a continuation of the topic string (although as an element in the binary payload it is not!)
Submitted by
null-directory
-
a year ago
0
walter1976Split
Python
walter1976Split
Submitted by
anonymous
-
a year ago
0
walter1976FirstClean
Python
walter1976FirstClean
Submitted by
anonymous
-
a year ago
0
URL Pattern Django
Python
URL Pattern Django
Submitted by
Fernando Olivera
-
a year ago
0
LC - Athento
Python
Expresion regular para extraer informacion desde el titulo de un documento
Submitted by
Fernando Olivera
-
a year ago
0
langchain
Python
langchain
Submitted by
anonymous
-
a year ago
0
camel-assistnt resp
Python
camel-assistnt resp
Submitted by
anonymous
-
a year ago
1
...
101
102
103
104
105
Community Library Entry
0
Regular Expression
Python
r"
(
\d
{4}
-
\d
{2}
-
\d
{2}
\s\d
{2}
:
\d
{2}
:
\d
{2}
,
\d
{3}
\s
INFO
\s
SYSTEM:
\s
+
Command
\s
+
(
\w
+
)
(
.
*
?
)
)
(?=
\d
{4}
-
\d
{2}
-
\d
{2}
\s\d
{2}
:
\d
{2}
:
\d
{2}
)
"
gsm
Open regex in editor
Description
autogpt-system-command-parse
Submitted by
anonymous
-
a year ago