When developing Spotfire Mesh-up site that using Spotfire JavaScript API, we allow customers to upload and view their dxp in our website. That means their document can contain various data, we want to apply our standard filter or marking values, sometimes their data is upper-cased, sometimes lower-cased, sometimes only capitalize the first letter. We want to adapt to all these cases with our standard filter or marking values, case insensitive.
one optional parameter of [ignoreCase = true] will be helpful.
Jason