oneOf package:appar

oneOf cs succeeds if the current character is in the supplied list of characters cs. Returns the parsed character.
As the dual of oneOf, noneOf cs succeeds if the current character not in the supplied list of characters cs. Returns the parsed character.