[#D95F99F5E71EA6A6D94676BA185706AF2D5DCC3B]
The path character set
constexpr lut_chars const pchars = unreserved_chars + sub_delim_chars + ':' + '@';
Character sets are used with rules and the functions grammar::find_if and grammar::find_if_not .
system::result< decode_view > rv = grammar::parse( "Program%20Files", pchars );
pchar = unreserved / pct-encoded / sub-delims / ":" / "@"