Description Remove non-numeric characters (excluding digits) from each string in a list Syntax removeNonNumericCharactersForList(arra...
Description Replace multiple characters in a list of strings according to a given mapping Syntax replaceMultipleCharactersForList(arr...
Description Return a specified number of characters from the end of each string in a list Syntax rightForList(array, length) Paramet...
Description Calculate the lengths of each string in a list Syntax stringLengthForList(array) Parameters Input ParameterTypeDescripti...
Description Extract the text after a specified substring in each string of a list Syntax textAfterForList(array, substring) Paramete...
Description Extract the text before a specified substring in each string of a list Syntax textBeforeForList(array, substring) Parame...
Description Convert each string in a list to lowercase Syntax toLowerForList(array) Parameters Input ParameterTypeDescription array ...
Description Convert multiple spaces to a single space for each string in a list Syntax toSingleSpaceForList(array) Parameters Input ...
Description Convert each string in a list to proper case (title case) Syntax toTitleCaseForList(array) Parameters Input ParameterTyp...
Description Convert each string in a list to uppercase Syntax toUpperForList(array) Parameters Input ParameterTypeDescription array ...