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
IHU Version number
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Test Case Search
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Zend URL Validation
PCRE (PHP <7.3)
Doit matcher : => "http://" et "https://" => suivi d'un nom de domaine libre => "www." est optionnel => domaine peut contenir [a-zA-Z0-9] et "-" mais pas en 1ère ou en dernière place => suivi d'un "/module" optionnel...
Submitted by
TwystO
-
8 years ago
0
Kermit the Frog Regex
PCRE (PHP <7.3)
A regex to block Kermit the Frog and his internal monologue revealing deep dark secrets nobody cares about on Twitter using Tweetbot.
Submitted by
anonymous
-
8 years ago
0
floatingNumbersOnly
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Remove leading "http://" or "https://" and optionally a "www."
ECMAScript (JavaScript)
Remove leading "http://" or "https://" and optionally a "www." for look up
Submitted by
anonymous
-
8 years ago
0
Argument parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Expressão regular para tratar números de telefones
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Parse UART
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
API Codes from PDF
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
match to positiveLookahead
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Splunk field extract for Cisco SEC_LOGIN event logs
Python
no description available
Submitted by
jasont91@gmail.com
-
8 years ago
0
Buscar extensión en un nombre de fichero
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Regex that only matches itself
PCRE (PHP <7.3)
It matches and only matches this regex, including the delimiters. It could be 4 bytes shorter if <> are used as the delimiters instead. From Programming Puzzles & Code Golf.
Submitted by
jimmy23013
-
8 years ago
0
Abbreviations
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
PATTERN_CAPITALIZE
PCRE (PHP <7.3)
Get Capitalized Expressions
Submitted by
Oscar Hermosilla
-
8 years ago
0
Youtube Link - ID bekommen / Prüfen ob es sich um YouTube-Video handelt
PCRE (PHP <7.3)
Prüfen ob es sich um YouTube-Video handelt Anpassung von: http://stackoverflow.com/questions/26477134/php-how-to-know-if-link-is-a-valid-youtube-link
Submitted by
anonymous
-
8 years ago
0
shoehornjs parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
find content in branket
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Dom 27-11-16
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
10
11
12
13
14
...
900
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
https
?
:
\/\/
(?:
www
\.
)?
traveloka
\.
com
\/
en-id
\/
(
(?!
.
*
activities
.
*
)
.
*
)
/
Open regex in editor
Description
match url for traveloka accomodation
Submitted by
anonymous
-
a year ago