@Split
  • 17 Feb 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

@Split

  • Dark
    Light
  • PDF

Article Summary

This is generated from the built in components of BuildMaster 7.0.0, and may be different than what you have installed (especially if you have extensions); go to [User Icon] -> Documentation within your BuildMaster instance to see exactly what operations are available.

@Split

Splits a string into substrings based on a specified separator.

Script usage:

@Split(Text, Separator, [Count])

Parameters:

NameDescription
☆ TextString to split.
☆ SeparatorString that delimits the substrings in this string.
CountThe maximum number of substrings to return. If not specified, all substrings are returned.

See also:


Was this article helpful?

What's Next