ForceCase
ForceCase¶
- class ForceCase[source]¶
Bases:
enum.Enum
Describes whether a string is normalized to lower or upper case before processing
Attributes
Note: attributes inherited from parent classes are not shown here, if any
Keep case
Change to uppercase
Change to lowercase
List of members of ForceCase
- NO_CHANGE = 0¶
Keep case
- UPPER = 1¶
Change to uppercase
- LOWER = 2¶
Change to lowercase