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