wordBoundary

Predefined parser: matches word boundaries, as \b for regexes.

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

Meta