Returns true if this String is not bracketed by startChar and endChar.
true
the opening character to check (default '[')
'['
the closing character to check (default ']')
']'