Skip to main content

RegexPair

A pair of start and end regular expressions defining a text region boundary.

Notes

Defines a pair of start and end regular expressions used to identify a text region. Supports optional case-insensitive matching.

Usage

end: string
ignoreCase: false
start: string

Properties

PropertyTypeRequiredDefault
endstringNo-
ignoreCasebooleanNo-
startstringNo-

Property Details

end

The end boundary of the range.

ignoreCase

When enabled, matching is performed without regard to character case.

start

The start boundary of the range.