removeWhitespace

Removes whitespace from multiple strings.

string[]
removeWhitespace
(
char[] whitespace = [' ', '\t']
char comment = '#'
)
(
string[] input
)

Return Value

Type: string[]

string[] with minimal whitespace

Meta