Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Invalid value for delimiter.
DELIMITER_LONGER_THAN_EXPECTED
Delimiter cannot be more than one character: <str>
.
EMPTY_STRING
Delimiter cannot be empty string.
NULL_VALUE
Delimiter cannot be null.
SINGLE_BACKSLASH
Single backslash is prohibited. It has special meaning as beginning of an escape sequence. To get the backslash character, pass a string with two backslashes as the delimiter.
UNSUPPORTED_SPECIAL_CHARACTER
Unsupported special character for delimiter: <str>
.