Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 4,200 community submitted regex patterns...
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
autogpt-system-command-parse
Python
autogpt-system-command-parse
Submitted by
anonymous
-
5 months ago
2023-04-20 20:46
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
auto-gpt-THOUGHTS block
Python
auto-gpt-THOUGHTS block
Submitted by
anonymous
-
5 months ago
2023-04-20 21:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
auto-gpt-parse next-action
Python
auto-gpt-parse next-action
Submitted by
anonymous
-
5 months ago
2023-04-20 22:12
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
autogpt-parse next-action
Python
autogpt-parse next-action
Submitted by
anonymous
-
5 months ago
2023-04-20 22:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
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
-
5 months ago
2023-04-21 19:23
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
auto-gpt- parse system cmd
Python
auto-gpt- parse system cmd
Submitted by
anonymous
-
5 months ago
2023-04-21 23:22
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
PemFormatRegex2023
PCRE2 (PHP >=7.3)
Regex for validate PEM format of RSA public and private key
Submitted by
Satancito
-
5 months ago
2023-04-22 17:10
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Commafication
PCRE2 (PHP >=7.3)
Add commas to large number to make it more readable.
Submitted by
Karthik Kaasa
-
5 months ago
2023-04-23 02:43
(Last modified 5 months ago)
2023-04-23 02:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
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
-
5 months ago
2023-04-23 11:48
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
FileTimeStamp regex
PCRE2 (PHP >=7.3)
Returns object with dateTime elements .Designed for FiletimeStamp of logging module
Submitted by
Stéphane van Gulick
-
5 months ago
2023-04-24 07:08
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
TIBCO BWAppNode Regex Parser
PCRE2 (PHP >=7.3)
TIBCO BWAppNode Regex Parser for Prometheus Process Exporter
Submitted by
Tibmon
-
5 months ago
2023-04-24 15:17
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
for string with arguments
PCRE2 (PHP >=7.3)
range:50,100,200,300,400
Submitted by
anonymous
-
5 months ago
2023-04-25 12:43
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
find date format 2023-10-04
PCRE2 (PHP >=7.3)
find date format 2023-10-04 \d{4}-\d{2}-\d{2}
Submitted by
joe hu
-
5 months ago
2023-04-25 14:41
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
find date format 31/04/2023 or 31/4/2023
PCRE2 (PHP >=7.3)
find date format 31/04/2023 or 31/4/2023 (0?[1-9]|12|3[01])\/(0?[1-9]|1[012])\/\d{4}
Submitted by
anonymous
-
5 months ago
2023-04-25 15:04
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
check url
PCRE2 (PHP >=7.3)
check url
Submitted by
anonymous
-
5 months ago
2023-04-26 12:42
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
aaaPEPExxxxxJUANbbbbb
PCRE2 (PHP >=7.3)
Test para Félix
Submitted by
anonymous
-
5 months ago
2023-04-26 17:56
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Support metrics.agent.grafana.com/scrape or prometheus.io/scrape with or without K/V pairs for multiple ports
PCRE2 (PHP >=7.3)
relabel_configs: only probe services with probe set, both of the following annotations are supported: metrics.agent.grafana.com/scrape: true prometheus.io/scrape: true or metrics.agent.grafana.com/scrape: http-metrics=true,grpc=false...
Submitted by
AaronB
-
5 months ago
2023-04-26 18:57
(Last modified 5 months ago)
2023-04-26 19:35
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Support metrics.agent.grafana.com/scheme or prometheus.io/scheme with or without K/V pairs for multiple ports
PCRE2 (PHP >=7.3)
relabel_configs: allow override of http scheme, both of the following annotations are supported: prometheus.io/scheme: http metrics.agent.grafana.com/scheme: http or prometheus.io/scheme: http-metrics=http,http-service=https...
Submitted by
AaronB
-
5 months ago
2023-04-26 19:58
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Support metrics.agent.grafana.com/path or prometheus.io/path with or without K/V pairs for multiple ports
PCRE2 (PHP >=7.3)
allow override of default /probe path, both of the following annotations are supported: metrics.agent.grafana.com/path: /~/ready prometheus.io/path: /~/healthy or metrics.agent.grafana.com/path: /~/ready prometheus.io/path: /~/healthy...
Submitted by
AaronB
-
5 months ago
2023-04-26 21:45
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Support metrics.agent.grafana.com/port or prometheus.io/scrape with or without K/V pairs for multiple ports
PCRE2 (PHP >=7.3)
relabel_configs: allow override of default port, by matching with or without default ports, both of the following annotations are supported: prometheus.io/port: 9090 metrics.agent.grafana.com/port: 9090 or prometheus.io/port: http-port=9090,http-metrics=9000...
Submitted by
AaronB
-
5 months ago
2023-04-26 23:44
(Last modified 5 months ago)
2023-04-26 23:48
1
...
198
199
200
201
202
203
204
...
210