Compare Function for Comparison of Two Strings/Text
550
Views
3
Comments
New
Backend

Hello 

It will be great if we can develop a function for String / Text comparison.

The strings str1 and str2 will be compared using this function. If the function returns a value 0, it signifies that the strings are equal otherwise, strings are not equal. 


Regards,

Sanjay Bankar

what would this function do different than just using the '=' operator ?

if it has to work (slightly) different, what is stopping you from building such a function ?

Hello @Dorine Boudry  i am trying to build such function.

Regards.