Re: [PATCH 1/1] sscanf: implement basic character sets

2016-02-22 Thread Andy Shevchenko
On Fri, 2016-02-19 at 20:22 -0500, Jessica Yu wrote: > Implement basic character sets for the '%[]' conversion specifier. > > The '%[]' conversion specifier matches a nonempty sequence of > characters > from the specified set of accepted (or with '^', rejected) characters > between the brackets. T

[PATCH 1/1] sscanf: implement basic character sets

2016-02-19 Thread Jessica Yu
Implement basic character sets for the '%[]' conversion specifier. The '%[]' conversion specifier matches a nonempty sequence of characters from the specified set of accepted (or with '^', rejected) characters between the brackets. The substring matched is to be made up of characters in (or not in