string.splitAt()
Split a String at the given index.
Description
The splitAt()
method splits the input string at index and returns
a list of strings.
The input string isn’t changed.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
index |
Yes |
Location in input string to split the string. |
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!