Maybe more tricky question: I have a string parameter that should accept a list of space separated strings. Strings containing spaces need to be quoted by the user. I already have a validator + sanitizer to check for this.
Now the questions: Is there an easy way to transform the string such that each string is quoted (without requiring the user to do this)? As far as I have seen mapping only works on single characters?