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 18,000 community submitted regex patterns...
0
Local Name XPath Improvement V2
Python
Considering Function also such as boolean()
Submitted by
anonymous
-
4 years ago
0
pa3 regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
url to link
PCRE (PHP <7.3)
The fastest I could come up with to find links in a text story to convert to html tag for web use Most make links out of garbage like ss.ss.sss even www.www this requires www if it isnt following https?:// so it finds urls not typos IF your paranoid that it might pull links out of an html tag in you...
Submitted by
mikesbored
-
4 years ago
0
Xpath_Regardless_namespace
Python
helper to create local-names xpath
Submitted by
anonymous
-
4 years ago
0
Assignment 1, part 2.2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Delete WI
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Parse URL
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
M3U8 parsing
PCRE (PHP <7.3)
Extracts duration, title and uri from an M3U8 file, using correspoding named groups.
Submitted by
anonymous
-
4 years ago
0
upload
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
iCal parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ANSIBLE VAULT PASSWORD
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
protocol string match
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Деньги из текста
Python
вырезаем деньги из текста
Submitted by
anonymous
-
4 years ago
0
Empty DIV Container
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Scintilla - Verkettung von Symbolen, namespaces, Types, Properties, Methoden
PCRE (PHP <7.3)
Scintilla nimmt Klammern () als nicht ein Teil eines Wortes
Submitted by
anonymous
-
4 years ago
0
Liste AUtocad Supprimer inutile
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Username (freecodecamp)
ECMAScript (JavaScript)
1) Usernames can only use alpha-numeric characters. 2) The only numbers in the username have to be at the end. There can be zero or more of them at the end. Username cannot start with the number. 3) Username letters can be lowercase and uppercase. ...
Submitted by
Mathivanan
-
4 years ago
0
French Plate Number
Python
https://fr.wikipedia.org/wiki/Plaque_d'immatriculation_fran%C3%A7aise#Num%C3%A9rotation AA001AA Note : I, O and U are forbidden (too close to 1, 0 and V). 3 digits number ranges from 001 to 999.
Submitted by
anonymous
-
4 years ago
0
later
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
ESCLUDI VALORI IN BLOCCO LOG
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
287
288
289
290
291
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
(
'
[
a
-
zA
-
Z0
-
9,
&-
]
+
'!
)
|
(
[
a
-
zA
-
Z,
&-
]
+
!
)
)?
(
(
(
\$
?
[
a
-
zA
-
Z
]
{1,3}
\$
?
[
0
-
9
]
+
#
?
)
(
:
\$
?
[
a
-
zA
-
Z
]
{1,3}
\$
?
[
0
-
9
]
+
)?
)
|
(
\$
?
[
a
-
zA
-
Z
]
{1,3}
:
\$
?
[
a
-
zA
-
Z
]
{1,3}
)
|
(
\$
?
[
0
-
9
]
+
:
\$
?
[
0
-
9
]
+
)
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
4 years ago