-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: V4.01_CSD03
-
Component/s: URL Conventions
-
None
-
Environment:
Proposed and optimistically applied
To avoid any possible confusion, we should explicitly state that contains, startswith, endswith, and indexof should do case-sensitive string comparisons.
It's fairly common practice to use TOUPPER or TOLOWER on the operands in order to do case-insensitive comparisons.