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,000 community submitted regex patterns...
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
Useful to match email addresses
PCRE (PHP <7.3)
matches parts of an email address and captures elements into groups
Submitted by
anonymous
-
4 years ago
0
匹配非字母数字且排除对&的匹配
PCRE (PHP <7.3)
在清除字符串里的非字母数字字符且需要留下&用于拆分时可用
Submitted by
acoderwu
-
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
Move L0 files to L1 v1
PCRE (PHP <7.3)
Identify files exported from L0 for trfr to L1. This was used before the new Student Daily Attendance monthly naming convention
Submitted by
Daron Lowell
-
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
FileName
PCRE (PHP <7.3)
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
Cell expression 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
736
737
738
739
740
...
900
Community Library Entry
0
Regular Expression
Python
r'
(
[
a
-
z
]
)
\1
{2,}
[
\s
|
\w
]
*
'
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago