powered by
Compares two strings using mindist.
is_equal_mindist(a, b)
the string a.
the string b.
# NOT RUN { is_equal_str("aaa", "bbb") # true is_equal_str("aaa", "ccc") # false # }
Run the code above in your browser using DataLab