Hi Team,

           I want to perform case insensitive comparison of 2 array
sequence in XQuery .

deep-equal( ("1", "sd"), ("1", "SD") ) will result in false.
Actually both values sd and SD are same


I have gone through various methods such as deep equal or converting both
sequence to lower or upper case and then compare or looping both array to
perform conversion.

I am running these operations on huge data .These operations are
inefficient on huge datasets with  often throws time out error or crashing
of application.

In java ,we have method deepEqualsIgnoreCase() for case insensitive
comparison of string array.

So kindly suggest some way or any function which will compare 2 string
arrays based on case insensitivity.

Any help is appreciated.

Regards
Sachin Sharma
_______________________________________________
General mailing list
General@developer.marklogic.com
Manage your subscription at: 
http://developer.marklogic.com/mailman/listinfo/general

Reply via email to