Skip to content

pbAnchored - cRegEx

Enables anchored matching

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbAnchored
Access Type Syntax
Read Access: Get pbAnchored to BooleanVariable
Write Access: Set pbAnchored to BooleanVariable/Value

Description

Enables anchored matching.

If True. the pattern is forced to become anchored at the start of the search, or at the position of the last successful match.

Defaults to False.