Description Usage Arguments Examples
Compares two strings using mindist.
1 | is_equal_mindist(a, b)
|
a |
the string a. |
b |
the string b. |
1 2 | is_equal_str("aaa", "bbb") # true
is_equal_str("aaa", "ccc") # false
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.