Originally Posted By: Horstl
Tested a minute:
/[A-Z]{4}/ (regex checked, case sensitive unchecked)
- It's highlighting if there are 4 upper letters in text, but it's checking the whole line, not "per token/word". What am I missing? smile


If you DO want it to be case-sensitive, check the case-sensitive box wink