I have a string of delimiter-separated values, and need to perform some_func on each of the values in the string. What is the most compact/elegant way to accomplish this? Here is the code I would currently use:I have a string of delimiter-separated values,