in reply to small help with map function
You should avoid using a quoted string as the first parameter to split, except for the special split " " form. It leads to people forgetting that it's actually a regex and doing split "|", etc. (though that's not quite what you've run into).
|
|---|