URI.char_unescaped-question-mark
You're seeing just the function
char_unescaped-question-mark, go back to URI module for more information.
Specs
Checks if character is allowed unescaped in a URI.
This is the default used by URI.encode/2 where both
reserved and unreserved characters
are kept unescaped.
Examples
iex> URI.char_unescaped?(?{)
false