WORDPOS
In EBCDIC:
WORDPOS('<.B.C> abc','<.A. .B.C> abc')
->
2 WORDPOS('<.A.B>','<.A.B. .A.B><. .B.C. .A.B>',3)
->
4
Applying the word extraction from a string and character comparison rules.
Parent topic:
Built-in Function Examples