Prev
Open Object Rexx
Next
5.4.16.3. 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
Section 5.4.16.4, “parse”
.
Prev
5.4.16.2. init
Up
Home
Next
5.4.16.4. parse