wordBoundary

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

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

Meta