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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 2,320 community submitted regex patterns...
1
Inverse Match
Python
inverse match letters, numbers, and underscores
Submitted by
anonymous
-
9 years ago
1
URL Validator and Slicer
Python
Validates a URL input as text and then slices it into: protocol, base_url, port, relative_url and parameters. (Multiline and global flags are set for debugging reasons only)
Submitted by
George Shazkho
-
9 years ago
1
URL parser
Python
gets the ://:/ from am url
Submitted by
anonymous
-
9 years ago
1
regex for redirect
Python
no description available
Submitted by
igor
-
9 years ago
1
Long slovak date with the "dd. mmmm yyy" format
Python
Match a slovak date following the "dd. mmmm yyy" format.
Submitted by
Tantale
-
9 years ago
1
Bulgarian date "dd mmmm yyyy" format
Python
Parse a bulgarian date following the "dd mmmm yyyy" format.
Submitted by
Tantale
-
9 years ago
1
StackOverflow 30430783
Python
no description available
Submitted by
Honza Osobne
-
9 years ago
1
JSONREGEX
Python
no description available
Submitted by
anonymous
-
9 years ago
1
iOS Localizable.strings parser
Python
Can be used to find all keys and values in .strings file. Matching pattern: "key" = "value";
Submitted by
Natan Zalkin
-
9 years ago
1
ip address @pexipdemo.com
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Orignial Log Parse (Spark Lab2)
Python
no description available
Submitted by
anonymous
-
9 years ago
1
mmtro-back log
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Yell Regex Version 2
Python
This version matches any sentence that sounds like yelling even it doesnt end with ? or !
Submitted by
Chaiwa Berian
-
9 years ago
1
Limpar caracteres telefone
Python
Limpa os caracteres especiais e letras de um telefone imputado
Submitted by
anonymous
-
9 years ago
1
URL de playlist de salvavinilos.org
Python
URL de playlist de salvavinilos.org
Submitted by
anonymous
-
9 years ago
1
URL parser also with shorthand syntax
Python
mail.google.com google.it www.mega.co/ http://www.google.it mail.google.uk/login/auth.html ftp://docs.python.org:54/login/...
Submitted by
fine_dust
-
9 years ago
1
print_build_data
Python
URL to get build data from the api
Submitted by
anonymous
-
9 years ago
1
DOS ASM Ops
Python
Matches ops of DOS ASM
Submitted by
anonymous
-
9 years ago
1
DOS ASM label+opcode+rest
Python
DOS ASM Label plus Opcode and operators
Submitted by
anonymous
-
9 years ago
1
fact refactor
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
7
8
9
10
11
...
116
Password
0
Regular Expression
Java 8
"
^
(?=
.
*
[
A
-
Za
-
z
]
)
(?=
.
*
\d
)
[
A
-
Za
-
z
\d
$@$!%*?&#
]
{6,}
$
"
gm
Open regex in editor
Description
Password
Submitted by
Mohammed Elshaboury
-
2 years ago