Match any character. As long as there is at least a character left in the input, it succeeds. Conversely, it fails only if called at the end of the input.
See Implementation
Match any character. As long as there is at least a character left in the input, it succeeds. Conversely, it fails only if called at the end of the input.