Check if a string is a permutation of the other, vectorized
1 | is_permutation(str1, str2)
|
str1 |
The first string to check against. |
str2 |
The second string to check against. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.