Closed jimrybarski closed 4 years ago
The require rule is case insensitive, but all other rules are not. We should just automatically lower() all feature names and add re.IGNORECASE to all regexes. This also needs to be documented.
require
lower()
re.IGNORECASE
The
require
rule is case insensitive, but all other rules are not. We should just automaticallylower()
all feature names and addre.IGNORECASE
to all regexes. This also needs to be documented.