isURL

fun isURL(input: CharSequence?): Boolean

Return whether input matches regex of url.

Return

true: yes

false: no

Parameters

input

The input.