Skip to main content
Go to Latest
File
package indexfunc IsPrefixOfWord(sentence string, searchWord string) int { return isPrefixOfWord(sentence,searchWord)}