regex_key property

regex_key property

Indicates whether the searched key is regex. If true the searched key will be taken as regex and parsed. Otherwise the key will be parsed according to the rules in ms excel.

Definition:

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

See Also