Description Usage Arguments Value Examples
Find the longest common substring from the start between 2 words
1 | commonStart(word1, word2)
|
word1 |
first string |
word2 |
second string |
The longest common substring from the start to word1
and word2
or ""
if there is no.
1 2 3 | word1 <- "useless"
word2 <- "useful"
commonStart(word1, word2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.