Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 2,160 community submitted regex patterns...
1
Lua Enhanced: function application compound operator
Created
·
2022-02-20 10:50
Flavor
·
Python
This is a compound operator that takes a variable and a Example: local x = 9 x f(math.max)= 10 compiles to local x = 9 x = math.max(9, 10) which results into x being assigned 10.
Submitted by
anonymous
1
SHA256 HASH
Created
·
2022-03-02 04:35
Flavor
·
Python
Reference http://wiki.hash.kr/index.php/SHA256
Submitted by
RuvyTale
1
Identify a web URL - non ftp
Created
·
2022-03-31 10:03
Flavor
·
Python
From any text identify a web url. File or ftp urls are not a part of the regex.
Submitted by
wongz - https://stackoverflow.com/a/63022807/326835
1
Telegram username link
Created
·
2022-04-06 18:48
Flavor
·
Python
a pattern to detect telegram username link or tag
Submitted by
anonymous
1
HTML Regex
Created
·
2022-06-03 15:54
Flavor
·
Python
HTML Pattern Recursively use this pattern to match HTML content. This pattern will match Hello World and return a groupdict of tag, body and attribute data. Then you can use this pattern on the body to parse nested HTML tags as well.
Submitted by
GrandMoff100
1
Números decimales y exponenciales aislados
Created
·
2022-06-22 00:04
Updated
·
2022-06-22 00:20
Flavor
·
Python
Hace coincidir números decimales y exponenciales aislados para el sistema de numeración decimal. 22e22 22e+22 +22e22 +22e+22 22.22 22. .22 22.e22 22.e+22 22.22e22 22.22e+22 .22e22 .22e+22 88e 88e+ e88 e+88 88e88.
Submitted by
Johnny Alonso
2
Palabras en mayúscula que no están después de un punto
Created
·
2014-04-18 16:57
Flavor
·
Python
no description available
Submitted by
anonymous
2
Parasite subtitles
Created
·
2014-05-19 18:38
Flavor
·
Python
no description available
Submitted by
Andrey Spiridonov
2
xbmc - videodevil - chaturbate - test
Created
·
2014-06-28 16:05
Flavor
·
Python
no description available
Submitted by
anonymous
2
how to match both lines?
Created
·
2014-07-22 09:38
Flavor
·
Python
f_name may contain spaces, numbers, characters,... so I would go for a but then I couldn't use [...]? anymore to match the second line?
Submitted by
anonymous
2
python regex
Created
·
2014-09-05 20:18
Flavor
·
Python
no description available
Submitted by
anonymous
2
log trillian
Created
·
2014-10-06 10:46
Flavor
·
Python
no description available
Submitted by
NTP-[SADAS]
2
Capture 5 words either side of a match string
Created
·
2014-11-28 04:37
Flavor
·
Python
no description available
Submitted by
anonymous
2
Find any digits in string
Created
·
2015-04-11 11:31
Flavor
·
Python
no description available
Submitted by
anonymous
2
selectin multiple image pattern
Created
·
2015-04-14 15:08
Flavor
·
Python
no description available
Submitted by
cool_jesus
2
Match 5 forward slashes
Created
·
2015-04-16 23:13
Flavor
·
Python
Match 5 forward slashes
Submitted by
anonymous
2
suricata OSSIM regex-1
Created
·
2015-06-03 19:38
Flavor
·
Python
no description available
Submitted by
anonymous
2
Prime numbers test
Created
·
2015-07-31 13:12
Flavor
·
Python
Given a number N represented by its unary form N(1), when RegEx doesn't match N(1), N is prime
Submitted by
LexDias
2
Match 'words' with internal punctuation retained
Created
·
2015-08-07 05:52
Flavor
·
Python
Matches words without external punctuation but with internal punctuation.
Submitted by
anonymous
2
postgesql
Created
·
2015-08-11 09:45
Flavor
·
Python
no description available
Submitted by
anonymous
Previous page
1
…
102
103
104
105
106
…
108
Next page