Regular Expressions 101

Sponsors

Library entries

0
pcre2

Example 1

Example
Submitted by anonymous - 3 minutes ago
0
javascript

Force email address

Force email address
Submitted by anonymous - 7 hours ago
0
golang

pxc plcnext

plcnext version strings
Submitted by anonymous - 9 hours ago
0
pcre

exp1

asdf
Submitted by anonymous - a day ago
0
pcre2

T1

Reguljärt uttryck för att matcha T1
Submitted by Jonas Thor - 3 days ago
0
pcre2

URL 2

http https www - ww1 - ww999
Submitted by Andy - 4 days ago
0
pcre2

DwgBatch - Ändra datumformat

Kurs DwgBatch Ändra datumformat
Submitted by Jonas Thor - 5 days ago
0
pcre2

find supertype of

for express
Submitted by anonymous - 6 days ago
0
pcre2

Hardware ID

Checks whether the input is a hardware ID
Submitted by Justman10000 - 7 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