Sub-delims for use in a regex.
https://datatracker.ietf.org/doc/html/rfc3986#section-2.2
private const CHAR_SUB_DELIMS = '!\\$&\'\\(\\)\\*\\+,;=';