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
Conjugations
PCRE (PHP <7.3)
Matches some conjugations of the verb entrer
Submitted by
anonymous
-
9 years ago
-2
xml_kv_extraction
PCRE (PHP <7.3)
Basic XML key-value extraction
Submitted by
Keith Muggleton
-
9 years ago
1
Исключение из выборки других совпадений полученных регуляркой
PCRE (PHP <7.3)
no description available
Submitted by
Денис Суховерхов
-
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
Email Regex
PCRE (PHP <7.3)
Regex for email.Valid on paste condition also
Submitted by
Aman Jaiswal
-
9 years ago
1
UID REGEX
PCRE (PHP <7.3)
Tests for valid UID format.
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
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-2
march html tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
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
0
exclude char
PCRE (PHP <7.3)
no description available
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
1
Nisima
PCRE (PHP <7.3)
v4 => All v5 => Vrac
Submitted by
anonymous
-
9 years ago
1
ADEX
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
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
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
Return all trans in twigs
PCRE (PHP <7.3)
Made to return all trans from symfony twigs
Submitted by
Andrei Pit
-
9 years ago
0
html-link
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
html-link-2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-3
Clean empty tags from HTML tags incl. tags containing space(s)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
129
130
131
132
133
...
900
Community Library Entry
1
Regular Expression
Python
r"
(
.
+
)
\[
INFO
.
+
\n
StopWatch
(?:
.
+
?
\n
)+
?
(
.
+
%
.
+
Mercado
)
"
Open regex in editor
Description
Tiempo mercados
Submitted by
anonymous
-
9 years ago