Function longestCommonInfix

  • Get the longest common infix between strings.

    Parameters

    • x: string

      a string

    • y: string

      another string

    Returns string

    longest common infix

Generated using TypeDoc