pbGreedy - cRegEx
Enables greedy matching
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbGreedy
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbGreedy to BooleanVariable |
| Write Access: | Set pbGreedy to BooleanVariable/Value |
Description
Enables greedy matching.
Set to False invert greediness of quantifiers.
Defaults to True.