Documentation

pos

Syntax: %pos(p,s)

return the position of pattern p in string s. Return 0/false if not found

Examples:

#SHOW %pos(ABC,12AB56ABC10ABC)

displays: 7

Add comment

Login or register to post comments