java.lang.Object
org.apache.wicket.util.parse.metapattern.parsers.MetaPatternParser
org.apache.wicket.util.parse.metapattern.parsers.WordParser

public final class WordParser extends MetaPatternParser
Matches a 'word' surrounded by whitespace. See java.util.regex.Pattern for more details on what 'word' means.
Author:
Jonathan Locke
  • Constructor Details

  • Method Details

    • getWord

      public String getWord()
      Gets the word including the optional whitespace surrounding the word.
      Returns:
      the word surrounded by whitespace