Skip to content
url_toolsFunctions

ensureHttpScheme

String ensureHttpScheme(String value)

Ensures the string starts with http:// or https://.

If scheme is missing, adds http:// (or https:// for port 443).