Regular Expressions 101

Library entries

0
pcre2

converting table to repeattable command latex

for testing doc
Submitted by anonymous - an hour ago
0
pcre2

google video 域名

google video 域名
Submitted by anonymous - 2 days ago
0
pcre2

URL Cleaner

It just cleans up urls.
Submitted by anonymous - 2 days ago
0
pcre2

silly radio

nuh uh
Submitted by anonymous - 2 days ago
0
pcre2

Are* Device

Device model Extraction from our client Are*
Submitted by anonymous - 2 days ago
0
pcre2

Codegolf stay away from zero

Codegolf submission
Submitted by PlaceReporter99 - 2 days ago
0
python

Author cite

Get author names from shitty import
Submitted by anonymous - 2 days ago
0
pcre2

Estrazione numeri scheda mail generali

Come da titolo
Submitted by anonymous - 2 days ago
0
pcre2

IIC++ Script Parsing Regex

Regex for parsing IIC++ script.
Submitted by Vu Tung Lam - 2 days ago
0
pcre2

入门学习

Submitted by anonymous - 3 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 - 4 months ago