Rfc3986Grammar
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
All these characters are allowed in a pchar from a tokenizer perspective. Semantic validation may need to ensure that % is always followed by 2 hex digits.
Link copied to clipboard
All these characters are allowed in a pct-encoded char from a tokenizer perspective. Semantic validation may need to ensure that % is always followed by 2 hex digits.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
unreserved = ALPHA / DIGIT / "-" / "." / "_" / "~"