How to ignore case to check if string values matches or not

Hi @vnsatyasunil
Use .tolower or .toupper function in string.

Example: String1.tolower.trim.equals(String1.tolower.trim)

Output is True