RE: Query parameter separator value

May I suggest that the two commonly used delimitors, i.e. '&' and ';',
be put forward in the lists?

On Fri, 2007-02-23 at 08:31 -0800, Jonathan Marsh wrote:
> So the final list would be
> 
>   ALPHA / DIGIT / "-" / "." / "_" / "~" / "!" / "$" / "&" / "'" /
>   "(" / ")" / ":" / "@" / "/" / "?" / "*" / "+" / "," / ";"
> 
> Here's my attempt at a schema pattern for that:
> 
>   [a-zA-Z0-9\-\._~!$&'\(\):@/\?\*\+,;]{1,1}
> 
> Untested!

"&" / ";" / ALPHA / DIGIT / ...
[&;a-zA-Z...

Just to make it easy for the users with the common case to be satisfied
by the spec. 8-)

Jacek

Received on Friday, 23 February 2007 19:28:43 UTC