Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,160 community submitted regex patterns...
0
Email finder
Created
·
2023-04-13 07:26
Flavor
·
Python
Find emails in a string.
Submitted by
anonymous
0
URL
Created
·
2023-04-14 15:17
Flavor
·
Python
Regex de URL
Submitted by
anonymous
0
IWANTOUT
Created
·
2023-04-14 19:45
Flavor
·
Python
IWANOUT
Submitted by
anonymous
0
trimming whitespaces from the beginning and from the end
Created
·
2023-04-18 12:50
Flavor
·
Python
trimming whitespaces from the beginning and from the end
Submitted by
anonymous
0
auto-gpt capture command
Created
·
2023-04-19 00:54
Flavor
·
Python
auto-gpt capture command
Submitted by
anonymous
0
tacacs legacy server definition: sentence and parts
Created
·
2023-04-19 07:15
Flavor
·
Python
This query extract the entire tacacs legacy configuration by servers and divide its parts on groups
Submitted by
anonymous
0
Extract structure from dates
Created
·
2023-04-19 09:05
Flavor
·
Python
1-12 / 2022
Submitted by
anonymous
0
autogpt-system-command-parse
Created
·
2023-04-20 20:46
Flavor
·
Python
autogpt-system-command-parse
Submitted by
anonymous
0
auto-gpt-THOUGHTS block
Created
·
2023-04-20 21:23
Flavor
·
Python
auto-gpt-THOUGHTS block
Submitted by
anonymous
0
auto-gpt-parse next-action
Created
·
2023-04-20 22:12
Flavor
·
Python
auto-gpt-parse next-action
Submitted by
anonymous
0
autogpt-parse next-action
Created
·
2023-04-20 22:23
Flavor
·
Python
autogpt-parse next-action
Submitted by
anonymous
0
auto-gpt command google
Created
·
2023-04-26 23:46
Flavor
·
Python
auto-gpt command google returned
Submitted by
anonymous
0
SparkplugB Topic Pattern
Created
·
2023-04-28 16:23
Flavor
·
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
0
walter1976Split
Created
·
2023-05-02 03:51
Flavor
·
Python
walter1976Split
Submitted by
anonymous
0
walter1976FirstClean
Created
·
2023-05-02 03:52
Flavor
·
Python
walter1976FirstClean
Submitted by
anonymous
0
URL Pattern Django
Created
·
2023-05-02 20:06
Flavor
·
Python
URL Pattern Django
Submitted by
Fernando Olivera
0
LC - Athento
Created
·
2023-05-02 20:15
Flavor
·
Python
Expresion regular para extraer informacion desde el titulo de un documento
Submitted by
Fernando Olivera
0
langchain
Created
·
2023-05-04 04:48
Flavor
·
Python
langchain
Submitted by
anonymous
0
camel-assistnt resp
Created
·
2023-05-08 02:59
Flavor
·
Python
camel-assistnt resp
Submitted by
anonymous
0
Python Regex to Find Rack Files
Created
·
2023-05-08 17:53
Flavor
·
Python
Python Regex to Find Rack Files
Submitted by
anonymous
Previous page
1
…
104
105
106
107
108
Next page
Community Library Entry
0
Regular Expression
Created
·
2023-07-07 00:59
Flavor
·
Python
r"
[
\d
]
+
\.
(
[
\s\S
]
*?
)
\n
+
A
.
(
[
\s\S
]
*?
)
\n
+
B
.
(
[
\s\S
]
*?
)
\n
+
C
.
(
[
\s\S
]
*?
)
\n
+
D
.
(
[
\s\S
]
*?
)(?=
\n
)
"
g
Open regex in editor
Description
对有ABCD四个选项的选择题题目进行匹配
Submitted by
Wang Miao