Regular Expressions 101

Community Patterns

Data URI scheme

1

Regular Expression
PCRE (PHP <7.3)

/
^data:(image\/(?:jpeg|png|gif));base64,(.+)$
/

Description

Simple and not complete pattern for getting the items of a Data URI scheme.

Submitted by @afoeder - 8 years ago