@pleisto/active-support
    Preparing search index...

    Function isUrl

    • Checks if a given value is a url.

      Parameters

      • value: string
      • Optionalschema: string

        if not null, checks if the uri is valid with the given schema.

      Returns boolean

      true if the value is a url, false otherwise.