Documentation

remove

Syntax: %remove(item,string)

Remove substring item from string and return the result. Note that it only removes the first occurrence. To remove all occurrences, use the %replace function.

Examples:

#SHOW %remove(bcd,abcdabcd)


displays: aabcd

Add comment

Login or register to post comments