Regular Expressions 101

Community Patterns

HTML Charset Match

0

Regular Expression
PCRE (PHP <7.3)

/
charset="*(.*?)"+
/
gm

Description

Matches the Character Set of a string. Written for HTML.

Submitted by anonymous - 5 years ago