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 11,520 community submitted regex patterns...
1
Validate steam profile id perma-link
PCRE (PHP <7.3)
Validates the full url is a steamID64 profile perma-link
Submitted by
DrWhat
-
9 years ago
1
Alter SQL Create Table
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
TV shoe file name matcher
PCRE (PHP <7.3)
Match TV information in filenames.
Submitted by
anonymous
-
9 years ago
1
URL Regex
PCRE (PHP <7.3)
An advanced URL regex for http(s) and ftp.
Submitted by
Matthias Weiß
-
9 years ago
1
url tokenizer
PCRE (PHP <7.3)
break down a url to it's components
Submitted by
johnrcui
-
9 years ago
1
@ngInject
PCRE (PHP <7.3)
no description available
Submitted by
Jonathan Rubin Yaniv
-
9 years ago
1
StringyTyped
PCRE (PHP <7.3)
Singular
Submitted by
anonymous
-
9 years ago
1
Numéro de téléphone portable
PCRE (PHP <7.3)
Valide si la chaine est une numéro de téléphone portable
Submitted by
Pierre Leroux
-
9 years ago
1
segment path
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Match each 3 number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Delimite a number with 3-digital block
PCRE (PHP <7.3)
no description available
Submitted by
Willy
-
9 years ago
1
regex101.com ID and version number grabber
PCRE (PHP <7.3)
Grabs the ID and optionally version number for the regex101.com permalink. Improved fork of 'https://regex101.com/r/wY0rM7/1' which matches also this kind of links 'https://regex101.com/r/' ...
Submitted by
dUh
-
9 years ago
1
regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Detectar links, menciones y hashtags
PCRE (PHP <7.3)
Patrón para detectar links, menciones de usuarios y hashtags dentro de una cadena de texto.
Submitted by
Francisco Guevara
-
9 years ago
1
Test log
PCRE (PHP <7.3)
Test
Submitted by
anonymous
-
9 years ago
1
832821
Python
no description available
Submitted by
anonymous
-
9 years ago
1
testing regex to indicate punctuation
Python
no description available
Submitted by
ed
-
9 years ago
1
100 to 0 with up to 2 digits after the decimal
PCRE (PHP <7.3)
no description available
Submitted by
Joe Wilson
-
9 years ago
1
832821(1)
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Iframe src catcher
PCRE (PHP <7.3)
In an html file, locate all sources for the iframes tags
Submitted by
anonymous
-
9 years ago
1
...
98
99
100
101
102
...
576
Beijing
0
Regular Expression
PCRE (PHP <7.3)
/
[
Ss
]
[
Ll
]
[
Nn
]
\s
+
\d
+
\s
+
[
Gg
]
[
Rr
]
[
Pp
]
\s
+
\d
+
\s
+
[
S
]
[
T
]
[
Y
]
[
P
]
\s
+
[
'
]
[
T
]
[
Z
]
[
'
]
\s
+
[
Ss
]
[
Nn
]
[
Oo
]
\s
+
\d
+
\s
+
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago