Originally published at
From the Land of Meh.... You can comment here or
there.
It’s a user-defined-function to split a given string into ‘words’. In this case I’m delimiting words using commas and spaces. So ‘Smith, Fred’ (with a comma AND a space) will be separated into ‘Smith’ and ‘Fred’.
For convenience, it returns a table with a ‘pos’ column,
(
Read more... )