Checks if a string is a valid URL.

  • Parameters

    • value: string

      The string to validate.

    • options: IsURLOptions = {}

      Options for URL validation.

    Returns boolean

    true if the string is a valid URL, false otherwise.