DescriptionAdd support to StringTokenizer for using braces/brackets as quote chars.
In some HTTP headers braces and/or brackets are used around strings rather
than regular quotes. This extends StringTokenizer to be able to tokenize
this properly by making it possible to specify different characters to enter
and exit a quoted segment.
BUG=
Patch Set 1 #
Dependent Patchsets: |