Filter Strings¶
Description¶
Selects Strings
Input¶
SOURCE [STRING]: The list of strings to filter
Output¶
TRUE [STRING]: the strings for which the selection appliesFALSE [STRING]: the strings for which the selection does not apply
Parameters¶
Literal: the value to compare each string againstOperation: comparison function to use (equal,contains,startsWith,endsWith)Case-sensitive: if set tofalse, upper/lower case is ignored
Output scores can be aggregated and/or normalised.