Skip to content

MatchAllOffsets - cRegEx

Include: Use System\Regex.pkg

Returns match offsets.

Type: Function

Return data type: Integer[][]

Parameters

Parameter Type Description
sSubject String Input text.
bGroups Boolean True to include group offsets.

Syntax

External_Function MatchAllOffsets String sSubject Boolean bGroups Returns Integer[][]

Call

Get MatchAllOffsets of hoRegex "abc 123" to result

Description

Returns match offsets.

See also