|
noexcept |
Splits this string into a maximum number of substrings based on the characters in an array. You also specify the maximum number of substrings to return.
separators | A character array that delimits the substrings in this string, an empty array that contains no delimiters. |
count | The maximum number of substrings to return. |