htmlEntityPattern top-level constant
String
const htmlEntityPattern
The regular expression pattern for HTML entities.
Implementation
const htmlEntityPattern = r'&([a-zA-Z0-9]+|#[0-9]+|#[xX][a-fA-F0-9]+);';