Case Insensitive Search With XPath Retrieval - Mendix Forum

Case Insensitive Search With XPath Retrieval

10

Hi Team,

I think it is a great idea and convenient to have a case insensitive search option(either to upper case, or lowercase) in XPath itself. 

It is currently possible with other workarounds and using contains as well, but it would be cool if we have an option in the xpath itself.

Regards,

Sharad R K

asked
2 answers

ErkangHui,

You can use contains function and also compare the length of the string to achieve this with xPath currently.

Created

What's the workaround? I'm facing this problem now.

Created