caseSensitive property

bool? caseSensitive
getter/setter pair

Specifies that matches are case sensitive.

The default value is true. case_sensitive must not be used with a type of REGULAR_EXPRESSION.

Optional.

Implementation

core.bool? caseSensitive;