Interface: PatternMatch
Defined in: rabin-karp.ts:38 Result of a pattern matchProperties
column?
Defined in: rabin-karp.ts:46 Column number within the lineoptionalcolumn?:number
index
index: number
Defined in: rabin-karp.ts:40
Starting index of the match in the text
line?
Defined in: rabin-karp.ts:44 Line number (if text contains newlines)optionalline?:number
match
match: string
Defined in: rabin-karp.ts:42
The matched substring