wordBoundary

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

  1. ParseTree wordBoundary(ParseTree p)
    @safe pure
    wordBoundary
  2. ParseTree wordBoundary(string input)
  3. string wordBoundary(GetName g)

Meta