SSTRIPI
Top  Previous  Next

(SSTRIPI(source, chars))

Strips characters from the source string, using chars as a comparison.

This function is NOT CASE SENSITIVE.

In the following example, the value of vsstripi is 3935 , 15668.

SET VAR vsstripi = (SSTRIPI('3935 Old William Penn Highway, 15668','abcdefghijklmnopqrstuvwxyz'))  


Spaces are also recognized.

In the following example, the value of vsstripi is 3935,15668.

SET VAR vsstripi = (SSTRIPI('3935 Old William Penn Highway, 15668',' abcdefghijklmnopqrstuvwxyz'))