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
sdfgsgfdgssgsg
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Search for guid
PCRE (PHP <7.3)
Submitted by
Steven Harris
-
8 years ago
0
vcf
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Non-master branch
Python
no description available
Submitted by
anonymous
-
8 years ago
0
require match
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
remove list-style-type:
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
GET X and Y GPS coords from GMaps
PCRE (PHP <7.3)
GPS coords from GMpas are as: 47.338388, 0.990228 -47.338388, -0.990228 This regex will extract 47.338388 in $1 and 0.990228 in $2 .
Submitted by
freMea
-
8 years ago
0
Regex to exclude accented character like è, à, ç... and white space
ECMAScript (JavaScript)
no description available
Submitted by
Tho Vo
-
8 years ago
(Last modified a year ago)
0
DU yellowpages search REGEX pattern
ECMAScript (JavaScript)
no description available
Submitted by
Karim Omar
-
8 years ago
0
get float in string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Метро
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Extract date
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
get number phone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Password formatting
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Mobile Number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Train Delays
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Password Validator
ECMAScript (JavaScript)
Evaluates a string such that only letters, digits, and the special characters !, #, and $ are allowed. Length 8 - 64
Submitted by
atypicaldev
-
8 years ago
0
Parse AssemblyVersion
PCRE (PHP <7.3)
Expression parses AssemblyVersion with following composition structure ... into 3 groups 'version' - . 'patch' - 'build' -
Submitted by
Headspin
-
8 years ago
0
3 or more single digit consecutive numbers
ECMAScript (JavaScript)
To check whether the given String contains 3 or more consecutive single digit numbers
Submitted by
Pradeep Patil
-
8 years ago
0
zoek stuks ook in frans :
PCRE (PHP <7.3)
selectie moet eigenlijk alleen de spatie zijn ; lukt nog niet
Submitted by
anonymous
-
8 years ago
1
...
11
12
13
14
15
...
900
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
^.
*
(?=
)
/
gm
Open regex in editor
Description
Removes the prefix leaving just the ticket number
Submitted by
anonymous
-
3 years ago