Now i want to extract value of SDCE which is present in rw with Ignoring case Sensitivity, i.e If i give ABC as input then it must be able to extract respective value of abc from rw .
The NamedValueSet is case-sensitive, for performance reasons. If you’ve got mixed-case values, why not convert them all to lower-case before using them to add or access the set?