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 2,100 community submitted regex patterns...
-1
Integer or decimal number
Python
no description available
Submitted by
Rick de L
-
9 years ago
-1
شش
Python
no description available
Submitted by
anonymous
-
9 years ago
-1
GetDeviceIdFromAOR
Python
no description available
Submitted by
anonymous
-
9 years ago
-1
emoticon
Python
no description available
Submitted by
Victor Huang
-
9 years ago
-1
Bluecoat Upstream ipv4-2
Python
Log: Bluecoat Event Type: Upstream Ref to Json: "Sources/Bluecoat/ipv4-2
Submitted by
anonymous
-
8 years ago
-1
Full or 3 letter abbreviated months
Python
Matches with either the month or abbreviated 3 letter month name. No matching groups used
Submitted by
Benargee
-
6 years ago
-1
Breakdown of this/that
Python
no description available
Submitted by
anonymous
-
4 years ago
-1
IP Address
Python
no description available
Submitted by
anonymous
-
4 years ago
-1
regex_crossover_restructure/renové
Python
guif
Submitted by
guif
-
3 years ago
-1
test
Python
d
Submitted by
anonymous
-
3 years ago
-1
Discord Mention
Python
Regex to check if a string is a discord mention
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
-1
regex to check for buffer printing
Python
This regex checks if c/c++ code contains char buffer that is later printed.
Submitted by
tagoras
-
a year ago
0
waypoints
Python
Text fields describing a name and positions
Submitted by
bruno.piguet@meteo.fr
-
11 years ago
0
Words that start with...
Python
no description available
Submitted by
anonymous
-
10 years ago
0
almost any similar word
Python
no description available
Submitted by
anonymous
-
10 years ago
0
how I retrieve the domain without www or other cruft
Python
no description available
Submitted by
bronsen
-
10 years ago
0
Fix Spanish Quote Marks
Python
Adds a ¿, for ¡ replace the last ? for !
Submitted by
paconaranjo
-
10 years ago
0
Find email address in a string.
Python
no description available
Submitted by
anonymous
-
10 years ago
0
Remove litteral \n
Python
This regex remove \n like litteral string not a newline
Submitted by
Nkio
-
10 years ago
0
Can't figure out how to split this
Python
I need to group each "lease" on its own and I must be missing something :(
Submitted by
cereal
-
10 years ago
1
2
3
4
5
...
105
Community Library Entry
1
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(?:
(
[
a
-
z0
-
9-_
]
{1,32}
)
@
)?
(
[
a
-
z0
-
9
]
{1,64}
)
\.
kst
$
/
gmi
Open regex in editor
Description
Krist
name regex, also supporting metanames.
Source
Submitted by
anonymous
-
5 months ago