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 8,620 community submitted regex patterns...
0
Credit Guard version2
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
FS PERFS log parsing
Python
no description available
Submitted by
anonymous
-
4 years ago
0
ChristEl
PCRE2 (PHP >=7.3)
Christ Elektronic -> long version
Submitted by
Jan Alexander
-
4 years ago
0
Date regex
Python
no description available
Submitted by
Krynce
-
4 years ago
0
Validate HTML Id
Python
no description available
Submitted by
Gustavo Ferreira
-
4 years ago
0
Name (First, Last) or (Last, First)
PCRE2 (PHP >=7.3)
Useful for checking comma separated full names
Submitted by
Bryan Luu
-
4 years ago
0
curl-to-dev-tools--put
ECMAScript (JavaScript)
Take a text of curl command and regex them down to a list of objects with named identifiers, such as id, date, and action.
Submitted by
Tre'
-
4 years ago
0
Teachers expiry date 19022021
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
shed command grammar regex
Python
basic grammar rules
Submitted by
Jared Dyreson
-
4 years ago
(Last modified 4 years ago)
0
Regex house number
Python
no description available
Submitted by
anonymous
-
4 years ago
0
word circular
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
GROK to split log file name by dots
PCRE2 (PHP >=7.3)
Use Filebeat and split log filenames in Logstash into separate fields: `grok { match => "[log[path]", "(?\w+)\.(?[a-zA-Z-]+)\.(?[a-zA-Z-]+)"] }` use filenames like...
Submitted by
SeparateReality
-
4 years ago
0
Opinionated email validation
ECMAScript (JavaScript)
opinionated email validation based on https://en.wikipedia.org/wiki/Email_address. i have excluded some email patterns that don't seem to be common
Submitted by
Pavel Dominguez
-
4 years ago
(Last modified 4 years ago)
0
Cadena de inicio con varias opciones
PCRE2 (PHP >=7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Converts markdown linked text to HTML linked text.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
searchingLight
ECMAScript (JavaScript)
/%A-Z+%*\|[0-9]+\|[0-9]+(\.[0-9])?\$/g
Submitted by
dp
-
4 years ago
0
OBJ file face vertex and normals
PCRE2 (PHP >=7.3)
vn (-?[0-9. ]+){3}|v (-?[0-9. ]+){3}|f ([0-9. \/]+){3}
Submitted by
anonymous
-
4 years ago
0
Git Branch Model (Jira)
PCRE2 (PHP >=7.3)
no description available
Submitted by
Juicybox
-
4 years ago
0
LTWS-Komm-2-0
PCRE2 (PHP >=7.3)
Test
Submitted by
LTWS
-
4 years ago
0
Name DVC
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
1
...
282
283
284
285
286
...
431
Community Library Entry
0
Regular Expression
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
-
a year ago