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
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
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
0
Twitter Hashtags
PCRE (PHP <7.3)
Finds out Twitter Hashtags from a text
Submitted by
Yesha Shah
-
9 years ago
0
Numero de telefone brasileiro
PCRE (PHP <7.3)
Valida numero de telefone brasileiro com 9 ou 8 digitos junto com DDD ou sem DDD, formatado ou nao formatado.
Submitted by
fb.me/raniellyfsilva
-
9 years ago
0
phone number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
phone number russia
Python
phone number without spaces or hyphens +7YYYXXXXXXX
Submitted by
vscoder
-
9 years ago
0
International phone number validation
PCRE (PHP <7.3)
Validates all formats of phone numbers for international calls. Accepts all kinds of internationa call prefixes.
Submitted by
Ä€dams Muzikants
-
9 years ago
0
WEB URL
ECMAScript (JavaScript)
only WEB URL ex:http://aaa.com.tw https://aaa.com aaa.com aaa.com.tw
Submitted by
anonymous
-
9 years ago
0
Advanced Currency Matcher/Validator
PCRE (PHP <7.3)
Matches typical currency input in most LTR locales. Doesn't handle ISO-style currency abbreviations. Currency symbol must be on the left side for consistency; this my conflict with conventions for some currencies. Requested by Mr Lucky at https://xenforo.com/community/threads/help-with-a-currency...
Submitted by
Paul Buonopane (Zenexer)
-
9 years ago
0
123-456-789
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
HTML Tag Filtering
PCRE (PHP <7.3)
no description available
Submitted by
Mohammed Yehia
-
9 years ago
0
CPE 466 Lab 1 Sentence Delimiter
Python
no description available
Submitted by
anonymous
-
9 years ago
0
input phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
phonenumber
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
'Letters' ; '-' or '_' ; 'Letters'
PCRE (PHP <7.3)
begins with letters , then a dash or underscore and ends with letters Perfect for Language Culture Names like 'fr-FR' (or 'fr_FR')
Submitted by
EO-TeSdY
-
9 years ago
0
only match single . and not double
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
RegEx for weaterdata from a YR xml file
Python
no description available
Submitted by
Noko
-
9 years ago
0
Human weight in kg
PCRE (PHP <7.3)
Match theses types of input : 0 0,00 0,07 7 3,5...
Submitted by
Bloodbee
-
9 years ago
0
get params from json
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
...
36
37
38
39
40
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
e
(?!
.
*
e
)
/
Open regex in editor
Description
remove the last char from a string. Replace 'e' with the char to remove.
Submitted by
anonymous
-
9 years ago