docs
This commit is contained in:
parent
4e477ea562
commit
6dad55ef43
1 changed files with 7 additions and 0 deletions
|
|
@ -565,6 +565,13 @@ slice
|
|||
:description:
|
||||
Returns the slice of the Array.
|
||||
|
||||
split
|
||||
~~~~~
|
||||
:spec: ``split(string: String, sep: String, max_split: Optional[Integer]) -> Array``
|
||||
|
||||
:description:
|
||||
Splits the input string into multiple strings.
|
||||
|
||||
string
|
||||
~~~~~~
|
||||
:spec: ``string(value: AnyArgument) -> String``
|
||||
|
|
|
|||
Loading…
Reference in a new issue