Change Case
Description
Changes the letter-case of all strings in a [OBJ,STRING]
input.
Input
SOURCE [OBJ,STRING]
: a 2-column input with an object-string pair. Typically obtained with theExtract string
block
Output
RESULT [OBJ,STRING]
: the pairs fromSOURCE
, where the string has been modifiedSTRINGS [STRING]
: the modified strings, without the object they were paired to
Parameters
Case
:lower-case
: convert all letters to lower caseupper-case
: convert all letters to upper case
Output scores can be aggregated and/or normalized.