export class MatchResult
{
  match:string;
  index:number
  type:string;
}