Regular Expressions 101

Community Patterns

1

Match paths

PCRE2 (PHP >=7.3)
Match paths
Submitted by os_niko - 6 days ago

matching value of html src attribute

1

Regular Expression
PCRE (PHP <7.3)

/
src="(?=([^\"]*))
/

Description

Loading markdown...
Submitted by junkuos - 9 years ago