list_same_string_position | R Documentation |
Get the same characters in two strings
list_same_string_position(
a,
b,
exclude = c("-", "?"),
ignore_case = TRUE,
show_excluded = FALSE,
only_position = TRUE
)
a, b |
a string. |
exclude |
symbol to exclude from comparison. |
ignore_case |
if |
show_excluded |
if |
only_position |
if |
list_same_string_position("abcde", "fbcde")
list_same_string_position("abcde", "fbcde", only_position = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.