#include <vtkFoldCase.h>
Given an array of strings, converts each string to its lower-case representation.
Parameters: ResultArray: The name of the array containing the folded-case text.
Inputs: Input port 0: (required) A vtkTable containing a column of text.
Outputs: Output port 0: The same table, plus the array of folded-case text.
Use SetInputArrayToProcess(0, ...) to specify the "text" array.