• Parameters

    • s: string
    • ref: string
    • options: {
          caseInsensitive?: boolean;
      } = {}
      • OptionalcaseInsensitive?: boolean

    Returns {
        match: boolean;
        part: string;
    }[]