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.
Splits a string that contains text into two strings that have a given maximum length.
Syntax
protected container splitText(str _str, int _maxlen)
Run On
Client
Parameters
- _str
Type: str
The string to split.
- _maxlen
Type: int
The maximum length of the resulting strings.
Return Value
Type: container
A container that holds the resulting strings.