Lellansin / node-scanf

C like scanf module for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parsing single character

trichner opened this issue · comments

Parsing a single character would be nice, e.g. %c :)

Welcome to talk about the function about parse more, I'm glad to improve this module. :)

Seems %c is not implemented, isn't it? I'm having the same problem and in the source code it seems it's not supported... It could be used %s as substitution, only that checking length is just one character.