makeNumbers
Transform a string to a list of numbers.
g.makeNumbers('1, 2, 3', ',');
Parameters
s
: The input string, which contains a list of numbers.separator
: The separation character.
Transform a string to a list of numbers.
g.makeNumbers('1, 2, 3', ',');
s
: The input string, which contains a list of numbers.separator
: The separation character.