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...
1
Validate steam profile id perma-link
PCRE (PHP <7.3)
Validates the full url is a steamID64 profile perma-link
Submitted by
DrWhat
-
9 years ago
1
email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
le test a toto
PCRE (PHP <7.3)
toto
Submitted by
toto
-
9 years ago
1
keekeke
PCRE (PHP <7.3)
kekekekkekeke
Submitted by
checnev
-
9 years ago
1
Infobox of Wiki
Python
no description available
Submitted by
anonymous
-
9 years ago
1
standard email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
numbahs
Python
no description available
Submitted by
anonymous
-
9 years ago
5
look for any $_POST['name']
PCRE (PHP <7.3)
if you are as lazy as me and want to replace every "=$_POST['name'];" using Dreamweaver or any development tool that allows using regular expressions to search in current file/document.
Submitted by
Kevinator
-
9 years ago
0
Extract string from translate function
PCRE (PHP <7.3)
Extract first string parameter from zend view translate helper method
Submitted by
anonymous
-
9 years ago
1
File Name Finder
PCRE (PHP <7.3)
no description available
Submitted by
Tyler Mills
-
9 years ago
-1
Names
PCRE (PHP <7.3)
Just checks for two capitalized words separated by a string
Submitted by
anonymous
-
9 years ago
-1
Simple json key-value parser
PCRE (PHP <7.3)
[{"name":"Піксель ТВ","url":"http://st.it-tv.org:4575/?224.1.16.33","type":81,"tsOn":false}]
Submitted by
ReMMeR
-
9 years ago
1
simple json key -value
PCRE (PHP <7.3)
simple json key -value parser
Submitted by
ReMMeR
-
9 years ago
1
email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Phone search in HTML
PCRE (PHP <7.3)
Searching for phone in HTML where content in 1-st tag descibes phone type in some next tag
Submitted by
Akella
-
9 years ago
4
Mask credit card
PCRE (PHP <7.3)
no description available
Submitted by
Albert Paris
-
9 years ago
2
get file Extensions
ECMAScript (JavaScript)
var fileExtensionPatter = /\.([0-9a-z]+)(?=[?#])|(\.)(?:[\w]+)$/ var ma1 = 'css/global.css?v=1.2'.match(fileExtensionPatter)[0]; console.log(ma1); // return .css ...
Submitted by
Ahbap Aldırmaz
-
9 years ago
1
get short title of people from woflframalpha
Python
no description available
Submitted by
anonymous
-
9 years ago
2
BRAZILIAN VEHICLE PLATE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Mysql Transaction info
PCRE (PHP <7.3)
no description available
Submitted by
Nikola Kostadinov
-
9 years ago
1
...
749
750
751
752
753
...
900
Community Library Entry
-3
Regular Expression
PCRE (PHP <7.3)
/
[
A
-
Z
]
{2}
\d
[
A
-
Z
]
\d
[
A
-
Z
]
{2}
/
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
10 years ago