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 11,720 community submitted regex patterns...
0
regex
Python
xx
Submitted by
anonymous
-
3 years ago
0
Regex for only alphabets
PCRE (PHP <7.3)
Regex for only alphabets
Submitted by
anonymous
-
3 years ago
0
Regex that matches laughter interjections in Spanish
Python
Regex that matches laughter interjections in Spanish
Submitted by
alexcg
-
3 years ago
0
get domain from url
Python
From link Get domain from url start with: http, https, www, or abc:abc.google.com
Submitted by
anonymous
-
3 years ago
0
Changelog commit template
Golang
Changelog commit template
Submitted by
anonymous
-
3 years ago
0
Encontrar los caracteres que habría que eliminar para convertir una cadena en un número decimal completo o por completar.
PCRE (PHP <7.3)
Encontrar cada carácter que cumplan alguna de las siguientes condiciones: No es un dígito ni un punto ni un signo menos. Un signo menos que no es el primer carácter de la cadena. Un punto después del cual se puede encontrar otro punto.
Submitted by
Jorge Gómez Prada
-
3 years ago
0
Match password
Python
Requirements: At least one lower and one upper case letter At least one digit or special character
Submitted by
anonymous
-
3 years ago
0
Friendzymes: dna-annotate github action example
Golang
Example input-pattern for the Friendzymes GitHub Action dna-annotate.
Submitted by
Friendzymes Team
-
3 years ago
0
otros
PCRE (PHP <7.3)
a
Submitted by
anonymous
-
3 years ago
0
character followed by number
Golang
ehehe
Submitted by
arahsafari
-
3 years ago
0
Working on cron regex
Python
Working on usable cron regex, for python.
Submitted by
anonymous
-
3 years ago
0
Clean HTML
Python
Remove HTML comments, tags, links, character codes, \xa0
Submitted by
Smit Patel
-
3 years ago
0
Keep Number and .,
PCRE (PHP <7.3)
Keep Number and .,
Submitted by
HUUTAI
-
3 years ago
0
Network Interface matching with sub-interface support
Python
This regular expression will match on interface names and return grouped data including name, location, sub-interface.
Submitted by
Neis
-
3 years ago
0
N-Word Regex
Python
N-Word Regex Status Not finished, highly broken
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Well Defined Branch Names
Python
Checks for well defined branch names
Submitted by
anonymous
-
3 years ago
0
adi1
Java 8
https://internetinthecar-e2e\.((sfr|a1|swisscom|proximus|elisa|tango|telenor-no|telenor-se|yousee|plus|telia|bite-lv|bite-lt|a1-)\.)?iot\.vodafone\.com/sso/authorize/callback|https://internetinthecar-e2e-new\.iot\.vodafone\.com/sso/authorize/callback
Submitted by
anonymous
-
3 years ago
0
Address
Golang
Address check
Submitted by
anonymous
-
3 years ago
0
Detect [YOTI] in string.xml
Java 8
we can use this regex?
Submitted by
anonymous
-
3 years ago
0
zero trailing
PCRE (PHP <7.3)
it match when zero is second characters of the string and so on
Submitted by
Azhi
-
3 years ago
1
...
551
552
553
554
555
...
586
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
http
(?:
s
?
)
:
\/\/
regex101
\.
com
\/
r
\/
(
[
a
-
zA
-
Z0
-
9
]
{1,6}
)?
$
/
gm
Open regex in editor
Description
^
Submitted by
anonymous
-
3 years ago