strRem Function

Removes the characters specified in one text string from another text string.


str strRem(str text1, str text2)

Parameter

Description

text1

The original text string.

text2

The text string you want to remove the letters from.

The remaining content of text1.

strRem is complementary to strKeep.

Community Additions

ADD
Show: