'Declaration Function FilterWord( _ ByVal word As System.String _ ) As System.String
System.string FilterWord( System.string word )
Parameters
- word
- Raw text to be checked.
Return Value
A modified word to be checked, null to skip checking this string, or the same word if no filtering is required.