Skip to content
Prev 169451 / 398506 Next

how to separate char and num within a variable

Bill Hyman wrote:
if strings is your vector of strings, this should do (assuming the
format is stable across all entries):

strsplit(strings, split=':|-')

vQ