diff_index | R Documentation |
the index of different character
diff_index(s1, s2, nth = NULL, ignore_case = FALSE)
s1 |
string1 |
s2 |
string2 |
nth |
just return nth index |
ignore_case |
ignore upper or lower cases |
list of different character indices
diff_index("AAAA", "ABBA")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.