The Nocase option does not appear to work with Open and Close Braces Strings. Fold Strings appear to work properly. Brace strings require a litteral match.
For EXAMPLE the Brace pair "IF" and "END" will not match If and End. Changing the code to IF and END causes a proper match.
For EXAMPLE the Brace pair "IF" and "END" will not match If and End. Changing the code to IF and END causes a proper match.