Regular Expressions 101

Sponsors

Library entries

0
python

Special GPS input

Used for TrigDroid
Submitted by anonymous - 7 hours ago
0
pcre2

DwgBatch - Ändra datumformat

Kurs DwgBatch Ändra datumformat
Submitted by Jonas Thor - a day ago
0
pcre2

find supertype of

for express
Submitted by anonymous - 2 days ago
0
pcre2

Hardware ID

Checks whether the input is a hardware ID
Submitted by Justman10000 - 3 days ago
0
dotnet

Aus Mobile number

validates against multiple common formats
Submitted by anonymous - 3 days ago
0
java

Kyivstar phone number

Kyivstar phone number
Submitted by milka_vlad - 4 days ago
0
pcre2

MD highlight remover

Remove highlights from md files
Submitted by anonymous - 4 days ago
0
pcre2

MD higlighter

Mark words to auto-higlight
Submitted by anonymous - 4 days ago

Capture optional HTML tag attributes in any order

Vote

0

Regular Expression
pcre2

/
<img\s+ (?=[^>]*\balt="(?<alt>[^>]*?)")? # optional alt attribute (?=[^>]*\bclass="(?<class>[^>]*?)")? # optional class attribute (?=[^>]*\bsrc="(?<src>[^>]*?)") # src attribute [^>]*\/>
/
gx

Description

Loading markdown...
Submitted by Patrick Janser - 2 months ago