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
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 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 12,080 community submitted regex patterns...
0
Select starting point but ignoring the line thats truly empty
PCRE2 (PHP >=7.3)
Truly empty lines will be ignored and the selector would be in the starting point
Submitted by
anonymous
-
3 years ago
0
POI Google KML -> csv map plot
PCRE2 (PHP >=7.3)
POI Google KML -> csv map plot
Submitted by
anonymous
-
3 years ago
0
Russian months
PCRE2 (PHP >=7.3)
Русские месяца
Submitted by
piterden
-
3 years ago
0
是否包含内容
PCRE2 (PHP >=7.3)
aa
Submitted by
Blake one
-
3 years ago
0
특수문자 제거
PCRE2 (PHP >=7.3)
특수문자 제거
Submitted by
anonymous
-
3 years ago
0
Phone Number
PCRE2 (PHP >=7.3)
Phone number
Submitted by
me
-
3 years ago
0
HTTP Origin
PCRE2 (PHP >=7.3)
May be used to validate HTTP Origin
Submitted by
cicnavi
-
3 years ago
0
Laravel inner/outer localization
PCRE2 (PHP >=7.3)
Laravel inner/outer localization
Submitted by
John Karlo Cachero
-
3 years ago
0
regex shopify kca sku
PCRE2 (PHP >=7.3)
regex shopify kca sku
Submitted by
anonymous
-
3 years ago
0
pdf extension whether query strings or no
PCRE2 (PHP >=7.3)
pdf extension whether query strings or no
Submitted by
andru255
-
3 years ago
0
Edge Case Catcher
PCRE2 (PHP >=7.3)
Identifies rare and unusual typos and other edge cases in files converted to txt from other formats that would otherwise be difficult to single out.
Submitted by
lion
-
3 years ago
0
Us mobile no validation Regex
PCRE2 (PHP >=7.3)
just a us mobile no validator
Submitted by
Naman Shrimali
-
3 years ago
0
regex day
PCRE2 (PHP >=7.3)
y
Submitted by
anonymous
-
3 years ago
0
Capture Groups for Date Parsing
PCRE2 (PHP >=7.3)
Rip apart a date-time and reassemble the parts.
Submitted by
Richard Eigenmann
-
3 years ago
0
GraphQL C# helper substitution pattern
PCRE2 (PHP >=7.3)
No description
Submitted by
anonymous
-
3 years ago
0
Commit linter
PCRE (PHP <7.3)
Regex to lint the first line of a commit
Submitted by
anonymous
-
3 years ago
0
Match all characters accept for those not accepted
PCRE2 (PHP >=7.3)
Pattern for validating a text area, to allow all characters except those in the regex pattern. An event listener checks entry on keyup, and displays error or success live in the bootstrap 5 HTML. if (field.name === "form_message") { const re = /#%^&*\/; if (re.test(field.va...
Submitted by
anonymous
-
3 years ago
0
find dk domains
PCRE2 (PHP >=7.3)
only finds dk domains in urls
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Madmax plots
PCRE2 (PHP >=7.3)
Madmx plots
Submitted by
anonymous
-
3 years ago
0
Grab ID
PCRE (PHP <7.3)
^
Submitted by
anonymous
-
3 years ago
1
...
525
526
527
528
529
...
604
date_echeance_bail
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
\d
{2}
\/
\d
{2}
\/
\d
{2,4}
|
\d
{2}
\/
\d
{2,4}
|
20
\d
{2}
|
\d
{1,2}
mois
|
\d
{1,2}
.
{1,9}
\d
{2,4}
)
/
gm
Open regex in editor
Description
guif
Submitted by
guif
-
3 years ago