pbIgnoreCase - cRegEx
Makes matching case insensitive
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbIgnoreCase
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbIgnoreCase to BooleanVariable |
| Write Access: | Set pbIgnoreCase to BooleanVariable/Value |
Description
Makes matching case insensitive.
If set to True, the matching becomes case insensitive.
Defaults to False.