match >>-match(-string-)----------------------------------------->< This method tries to match [string] to the regular expression that was defined on the "new" invocation or on the "parse" invocation. It returns 0 on an unsuccessful match and 1 on a successful match. For an example see . |