boolean find(matcher pattern )
Finds the next instance of the pattern or returns false if no more matches exist. Note that a single instance of a pattern may contain any number of capturing groups.
create_matcher() | group() | group_count() | group_string()