use_regular_expression property

use_regular_expression property

Gets the value that indicates whether a regular expression is used.

Definition:

@property
def use_regular_expression(self):
    ...
@use_regular_expression.setter
def use_regular_expression(self, value):
    ...

See Also