Function longestUncommonInfixes

  • Get the longest uncommon infixes of strings.

    Parameters

    • x: string

      a string

    • y: string

      another string

    Returns [string, string]

    [infix1, infix2]

Generated using TypeDoc