isUnreserved

open fun isUnreserved(char: Char): Boolean(source)

unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"