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.
Custom str2con method that supports multi character delimiters.
Splits the given string by the specified delimiters and returns the contents in a container.
Syntax
client server public static container str2con(str _value, str _delimiter)
Run On
Called
Parameters
- _value
Type: str
The String value to be split.
- _delimiter
Type: str
The delimiters
Return Value
Type: container
A container, which has the String split by the specified delimiters.