Skip to content

Split - cRegEx

Include: Use System\Regex.pkg

Splits input around matches.

Type: Function

Return data type: String[]

Parameters

Parameter Type Description
sSubject String Input text.

Syntax

External_Function Split String sSubject Returns String[]

Call

Get Split of hoRegex "abc 123" to result

Description

Splits input around matches.

See also