Pattern object that matches text by exact matching or regular expressions.
extends goog.dom.pattern.AbstractPatternInstance Method Summary | |
matchToken(?Node token, ?goog.dom.TagWalkType type) ⇒ ?goog.dom.pattern.MatchType Test whether the given token is a text token which matches the string or regular expression provided in the constructor. |