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,500 community submitted regex patterns...
1
SEO RegExp
Python
SEO RegExp
Submitted by
Jay Patel
-
9 years ago
0
Last SEO RegExp
Python
Last SEO RegExp
Submitted by
Jay Patel
-
9 years ago
1
наличие автомобиля FALSE REG
Python
no description available
Submitted by
anonymous
-
9 years ago
1
наличие автомобиля TRUE REG
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Впереди стоящий символ и последний
Python
Опережающая и ретроспективная проверки
Submitted by
Суховерхоа Денис
-
9 years ago
1
detect bot
Python
no description available
Submitted by
luckydonald
-
9 years ago
1
domain/url
Python
Finda a domain or a url, with ot without a port in a string. Includes http and https
Submitted by
Shmuel Blitz
-
9 years ago
0
Apache Log Format Parser
Python
no description available
Submitted by
anonymous
-
9 years ago
1
vdbench error line
Python
no description available
Submitted by
anonymous
-
9 years ago
0
exclude a list of words
Python
exclude a list of words, in this case, "hello" and "you"
Submitted by
Z
-
9 years ago
1
Cyrillic URLs
Python
Matches domain name of URL, supports standart and Cyrillic IDN URLs
Submitted by
MrYodda
-
9 years ago
1
To block Invoice virus attachment
Python
no description available
Submitted by
Edgar Lozada
-
9 years ago
1
Aggregates
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Season and episode extractor
Python
extract form the name of a tvseries file the season ande episode
Submitted by
0b1w4n
-
9 years ago
1
ConnectionStringServerDatabase
Python
Extract the server and database name from SQL Server connection string
Submitted by
Davos
-
9 years ago
1
Find label
Python
Find label in MIPS assembly
Submitted by
Dlavoieb
-
9 years ago
1
kalem pattern 2
Python
no description available
Submitted by
anonymous
-
9 years ago
1
github user/repo regex
Python
parses user/repo
Submitted by
luckydonald
-
9 years ago
1
Sunless Sea Game Note
Python
no description available
Submitted by
MestreLion
-
9 years ago
1
IP4 Address Checker
Python
Allows exaclty 4 groups of digits in the range 0..255 seperated by . characters
Submitted by
Steve (Gadget) Barnes
-
9 years ago
1
...
19
20
21
22
23
...
125
Dart relative import
-1
Regular Expression
Java 8
"
import
\s
+
[
'
\"
]
(?!
package:
)
(?<importPath>
.
*
?
)
[
'
\"
]
"
gmi
Open regex in editor
Description
find dart relative import path
Submitted by
sagarpanchal
-
a year ago