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