any

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.

  1. ParseTree any(ParseTree p)
  2. ParseTree any(string input)
    any
    (
    string input
    )

Meta