Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE (PHP <7.3)

/
(https?:\/\/.*\.(?:png|jpg))
/
i

Description

If you have a string with a image URL

Submitted by Cavla - 9 years ago