---
title: "@Split"
---
Splits a string into substrings based on a specified separator.
@Split(Text, Separator, [Count])
Name | Description |
---|---|
☆ Text | String to split. |
☆ Separator | String that delimits the substrings in this string. |
Count | The maximum number of substrings to return. If not specified, all substrings are returned. |