import "code.ppl.town/justin/haiku-detector"
haiku := haiku.Find("haiku can be found wherever you are looking with help of some code")
if len(haiku) > 0 {
println(haiku[0].String())
}
// haiku can be found
// wherever you are looking
// with help of some code
Find finds 0 or more haiku in an arbitrary string. The string may contain
one or more sentences, delimited by normal English punctuation. A haiku
will only be matched against a complete sentence.