PrefixTree.match

Match text with the prefix tree.

@param text the input text to parse, not null @param off the offset position to start parsing at @param end the end position to stop parsing @return the resulting string, or null if no match found.

  1. string match(string text, int off, int end)
    class PrefixTree
    string
    match
    (
    string text
    ,
    int off
    ,
    int end
    )
  2. string match(string text, ParsePosition pos)

Meta