XPath case sensitive rule

Hello,

im kinda new to XPath etc. now i want to create a rule in which I check the larger and lower case. Now while working with the PL/SQL Toolkit, i saw that every tokenValue is in caps. Is there a way to check the larger/lower case of the unchanged value?

Hello,

Indeed, tokenValue gives a normalized value of the token.
Sorry, it’s not possible to get the original value of tokens in custom rules for PL/SQL.

The PL/SQL analyzer has a few rules which validate the case of identifiers or reserved words but I suppose you already checked them.