I know there are string tokenizers but is there an "int tokenizer"?
For example, I want to split the string "12 34 46" and have:
What you're looking for is 2 separate actions. First tokenize the string, then convert each token to an int.