Function extractURLs

  • Extract URLs from a string

    Parameters

    • s: string

      A string

    • options: Partial<{
          strict: boolean;
      }> = ...

    Returns string[]

    An array of URLs

    Export

Generated using TypeDoc