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
AEM SPLUNK - Packages being installed
PCRE2 (PHP >=7.3)
AEM SPLUNK - Packages being installed
Submitted by
Robert Wunsch (wunsch@adobe.com)
-
2 years ago
0
No Squares
PCRE2 (PHP >=7.3)
Match not square brackets
Submitted by
max
-
2 years ago
0
Russian phone validation
PCRE2 (PHP >=7.3)
This expression validates russian phones in different formats
Submitted by
zkelo
-
2 years ago
(Last modified a year ago)
0
Test mail
PCRE2 (PHP >=7.3)
Email test
Submitted by
anonymous
-
2 years ago
0
Prefixed numerics
Python
Search regex for prefixed numerics (kB, Mb. ms. kHz etc.)
Submitted by
delameter
-
2 years ago
0
Match Drupal admin routes
ECMAScript (JavaScript)
Regular expression to match any Drupal admin route
Submitted by
anonymous
-
2 years ago
0
Invalid HTML syntax regex
PCRE2 (PHP >=7.3)
A bare demo of detecting syntactically invalid HTML, created for jridgewell/proposal-regexp-atomic-and-possessive#1. It's a proposal for the + quantifier modifier for ECMAScript regular expressions. Currently only properly detects invalid ending tags, and is only about having the correct syntax.
Submitted by
Keyacom
-
2 years ago
(Last modified 2 years ago)
0
Verify email
Java 8
Regex for email
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Get project name from git url
Golang
Used by Zarf to obtain the name of a repository when given a git URL.
Submitted by
Jonathan Perry
-
2 years ago
0
Zarf docker registry domain matcher (v2)
PCRE2 (PHP >=7.3)
Used by Zarf to swap the registry domain/port part an image url without needed the docker libraries. usage in go: // SwapHost Perform base url replacement and adds a sha1sum of the original url to the end of the src func SwapHost(src string, targetHost string) (string, error) { targetImage, err ...
Submitted by
Jonathan Perry
-
2 years ago
0
Celular Brasil
PCRE2 (PHP >=7.3)
Validar celular do Brasil
Submitted by
Paulo Neves
-
2 years ago
0
Sizes
Python
Getting sizes, formatted as in x or x. It supports up to 3 digits, with an additional, optional, decimal digit. The decimal point could be a comma, a point or even an apostrophe ( ' ).
Submitted by
Hermes
-
2 years ago
0
Sélectionner le contenu entre parenthèses
PCRE2 (PHP >=7.3)
Sélectionner le contenu entre parenthèses (parenthèses comprises)
Submitted by
scalpa
-
2 years ago
0
match a substring starting from a word and ending at a word
PCRE2 (PHP >=7.3)
match a substring starting from a word and ending at a word
Submitted by
anonymous
-
2 years ago
0
Url breakdown
PCRE2 (PHP >=7.3)
Check validity of url and break it down into logical parts.
Submitted by
jokle
-
2 years ago
0
Get X range of words from a string
PCRE2 (PHP >=7.3)
Get words in a certain range from a varied string
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
hidrologia
PCRE2 (PHP >=7.3)
qualidade
Submitted by
anonymous
-
2 years ago
0
InputInteger
PCRE2 (PHP >=7.3)
InputInteger
Submitted by
anonymous
-
2 years ago
0
Extract countries names in a spaceless string
PCRE2 (PHP >=7.3)
works with strings such as: U.K.TanzaniaU.S.A., UkraineFrance, GermanyU.S.A. Issues: Doesn't work with repeating acronyms, e.g.: U.K.U.S.A.; possible fix: (?:[A-Z]\.){1,3}|A-Z+ Works only with country's acronyms that have the same number of dots as the number of capital letters
Submitted by
whatserface
-
2 years ago
0
Match and capture (go) one or more times
PCRE2 (PHP >=7.3)
Match and capture (go) one or more times
Submitted by
anonymous
-
2 years ago
1
...
839
840
841
842
843
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
\+
55
[
1
-
9
]
{2}
9
[
0
-
9
]
{8}
$
/
g
Open regex in editor
Description
Validar celular do Brasil
Submitted by
Paulo Neves
-
2 years ago