![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Returns the starting position, in characters, of the specified pattern in the specified string, relative to the start of the string. (F)
On return, contains the position of the string. Its syntax is B (binary) with length 2. The string to search for the pattern. Its syntax can be C (fixed-length character string), UN (Unicode), V (variable-length character string), or W (double-byte character).
•
• One (1) is returned if a null string is specified for pattern. The null string is assumed to match the left-most character of string.The following rule determines the starting position of a pattern in a string and prints it to the message log:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |