-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.01_CSD03
-
Fix Version/s: V4.01_CS01
-
Component/s: URL Conventions
-
Labels:None
-
Environment:
Proposed and optimistically applied
-
Proposal:
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.