Kilowatt Software's
Classic Rexx Tutorial
Language Level 4.00 (TRL-2)

Verify   built-in function

The Verify function locates the position where a character within a string does not correspond with those defined in the 2nd argument. Two types of searches are supported.

When performing a Match search the Verify function locates the first character that matches those defined in the 2nd argument.

When performing a NoMatch search the Verify function locates the first character that does not match those defined in the 2nd argument.

Note: the character case is significant during the matching process.


Kilowatt Software's -- Classic Rexx Tutorial -- Back to top
Click here if you have any comments or questions regarding this tutorial

Last updated on: 8 Aug 2002