Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
File
package indexfunc IsPrefixOfWord(sentence string, searchWord string) int { return isPrefixOfWord(sentence,searchWord)}