With the discussion going on here it occurred to me that it makes little sense to have a distinction between the "ex" and "EX" subtypes if there's no way to do case-sensitive matching. Maybe something like ^name:Charizard could be the way to request this, and ^!name:Charizard for exact case-sensitive matching (of course my example with name makes little sense, it's more intended for subtypes).
By the way, by "case-sensitive" I also mean that e and é should be considered different characters.
With the discussion going on here it occurred to me that it makes little sense to have a distinction between the "ex" and "EX" subtypes if there's no way to do case-sensitive matching. Maybe something like
^name:Charizardcould be the way to request this, and^!name:Charizardfor exact case-sensitive matching (of course my example withnamemakes little sense, it's more intended for subtypes).By the way, by "case-sensitive" I also mean that
eandéshould be considered different characters.