Contexts[]
Contexts[“string”]
Contexts
allows the string patterns with the following metacharacters:
*
zero or more characters@
one or more characters, excluding uppercase lettersGet a list of all contexts:
Contexts[]
Get a list of HTML contexts only:
Contexts["HTML*"]