Find

From Kolmafia
Revision as of 07:16, 10 May 2010 by imported>Bale
Jump to navigation Jump to search
needs(code_samples);

Function Syntax

boolean find(matcher pattern )

  • pattern is the matcher to search

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.