Skip to content

Split

Splits the given string using the given regular expression pattern.

Syntax

String.Split
   ·  [input]
   ·  [pattern]

Parameters

input
The string to split.
pattern
The separator pattern.

Return Value

A list of strings.