How to ignore case to check string match

Hi @Prakash_P3

Convert both string either upper or lower for comparison
STR1.ToUpper=STR2.ToUpper

2 Likes