PMATCH

Generated from C.60.01 /SYS/PUB/CICAT last modified on Thu Jan 11 09:18:52 2001

Back to Main Index


Syntax:     PMATCH(pattern,str[,start])

Defn:       A CI evaluator function that searches for pattern
            in a string beginning at start.  Default start is 1.

Type:       Boolean

Example:    pmatch('f@','fread')
Result:     TRUE
Example:    pmatch('abc','abcd')
Result:     FALSE

Back to Main Index