Description
The PSCLeaveCharSet function leaves chars contained in the CharSet only. All other chars will be removed from the Result string. Example: CharSet = ['C', 'h', 'a', 'r'] S = 'CharSet' Result = 'Char' CharSet = ['0'..'9'] S = 'The 1999 year' Result = '1999'