Generated from C.70.00 /SYS/PUB/CICAT last modified on Mon Feb 16 17:55:04 2004
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