Unreserved characters for use in a regex.
https://datatracker.ietf.org/doc/html/rfc3986#section-2.3
private const CHAR_UNRESERVED = 'a-zA-Z0-9_\\-\\.~';