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)
    @safe pure nothrow
    any
    (
    string input
    )
  3. string any(GetName g)

Meta