FilterReturns from textToFilter only those characters specified in filterText, in the order they were originally entered in textToFilter.filterText - the characters to preserve in the specified textIf filterText doesn’t have any characters, an empty string is returned. The Filter function is case-sensitive.Filter(“(408)555-1212”;“0123456789”) returns 4085551212.Filter(“AaBb”;“AB”) returns AB.