F * bruteForce(s: string, si: number, sj: number, p: string, pi: number, pj: number): IterableIterator<number>
Find.
F startsWith(p: string, pi: number, pj: number, s: string, si: number): boolean
Checks that the second input string matches the first input string at the given offsets.
V findAll: *