This commit is contained in:
Jesse Bannon 2024-01-06 23:48:13 -08:00
parent 4e477ea562
commit 6dad55ef43

View file

@ -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``