SplitResults

The result of a call to splitInto.

Values

ValueMeaning
match

The number of arguments passed the number of separated words in the input string.

underrun

The input string did not have enough words to match the passed arguments.

overrun

The input string had too many words and could not fit into the passed arguments.

Meta