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...
3
SemVer chain parsing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Return all trans in twigs
PCRE (PHP <7.3)
Made to return all trans from symfony twigs
Submitted by
Andrei Pit
-
9 years ago
1
Us Currency Format with Length Limitation
PCRE (PHP <7.3)
Us Currency Format with Length Limitation optional(,)(.decimals)
Submitted by
Renu Anil
-
9 years ago
1
dd/mm/yyyy validation regexp
Python
no description available
Submitted by
uknnown
-
9 years ago
0
URL name and domain
PCRE (PHP <7.3)
Extracts the name and domain of any link, for instance https://www.google.com/?gfe_rd=cr&#q=generic+search --> google.com
Submitted by
Sergio
-
9 years ago
1
ADEX
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Nisima
PCRE (PHP <7.3)
v4 => All v5 => Vrac
Submitted by
anonymous
-
9 years ago
0
All Url links
PCRE (PHP <7.3)
Finds: links with or without http/s links with or without www short links
Submitted by
PonyOny
-
9 years ago
0
exclude char
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
English-Hungarian (non-/)obfuscated email adresses
PCRE (PHP <7.3)
Finds email addresses even when cleverly obfuscated in both english and hungarian
Submitted by
WolfyD
-
9 years ago
0
Hungarian Phone numbers
PCRE (PHP <7.3)
This will find almost every (if not every) hungarian phone number such as: 205032935 305032935 705032935 06303335554...
Submitted by
WolfyD
-
9 years ago
-2
march html tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Kerberos SPN validaot
PCRE (PHP <7.3)
Check for a valid Kerberos Service Principal Name
Submitted by
Daywalker
-
9 years ago
1
UID
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
UID REGEX
PCRE (PHP <7.3)
Tests for valid UID format.
Submitted by
anonymous
-
9 years ago
1
10 digits
ECMAScript (JavaScript)
10 digits
Submitted by
anonymous
-
9 years ago
1
Email Regex
PCRE (PHP <7.3)
Regex for email.Valid on paste condition also
Submitted by
Aman Jaiswal
-
9 years ago
1
Coordinates Validator
PCRE (PHP <7.3)
Valid coordinates (latitude and longitude) look like the following: "23.32353342, -32.543534534".
Submitted by
anonymous
-
9 years ago
1
Исключение из выборки других совпадений полученных регуляркой
PCRE (PHP <7.3)
no description available
Submitted by
Денис Суховерхов
-
9 years ago
1
...
803
804
805
806
807
...
902
Community Library Entry
0
Regular Expression
Python
r"
^\W
|
^
_
"
m
Open regex in editor
Description
use for coursera
Submitted by
anonymous
-
3 years ago