How To Compare two huge string which is having the whitespace special char, strings and number as well.
i tried to use =, .equal and contains as well but not working as excepted.
Hi @Hrishikesh_Mali2 ,
Could you let us know what was the result Expected ? And If you could provide the two strings as Sample data for us to check from our end ?
You can use this trick please replace the space like String.replace(" “,”"), may this will work for you.
Once you replace then use equal
Hi
Could you please provide the two strings as Sample It will help us to try in our End