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,040 community submitted regex patterns...
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
FB Content Embed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Lucene special characters
ECMAScript (JavaScript)
Capturing lucene special characters for escaping
Submitted by
Ole Martin
-
9 years ago
1
Match Smalltalk method definition
Python
no description available
Submitted by
anonymous
-
9 years ago
2
Case-sensitive keyword matching.
PCRE (PHP <7.3)
Case-sensitive matching of a keyword, where the keyword is not a substring of other words.
Submitted by
Norskov
-
9 years ago
2
pdf url link
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
deficient exhibited gmk
PCRE (PHP <7.3)
no description available
Submitted by
cu
-
9 years ago
1
char and no without sympols
PCRE (PHP <7.3)
Accept char and integers and not accept for any kind of sympol or spacs
Submitted by
Taha Sayed (Egypt)
-
9 years ago
-1
DD/MM/YYYY
ECMAScript (JavaScript)
no description available
Submitted by
nehakadam
-
9 years ago
1
PassWordValidation
PCRE (PHP <7.3)
To check a password between 5 to 10 characters which contain at least one lowercase letter, one uppercase letter, one numeric digit, and one special character.
Submitted by
RathnaKumar
-
9 years ago
1
ogn-receiver-beacon
PCRE (PHP <7.3)
Parse ogn-flavored aprs messages, here especially receiver beacons. source: https://github.com/svoop/ogn_client-ruby
Submitted by
anonymous
-
9 years ago
1
fortigate_60B
PCRE (PHP <7.3)
parse the log line generated by fortigate 60B
Submitted by
ViKing
-
9 years ago
0
fortigate syslog
PCRE (PHP <7.3)
parse the log line generated from fortigate 60B
Submitted by
ViKing
-
9 years ago
1
reg ex for http
ECMAScript (JavaScript)
https
Submitted by
anonymous
-
9 years ago
1
csgo knifes
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
752
753
754
755
756
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
a
?
$
|
^
(
aa
+
?
)
\1
+
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago