Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Possible to automatically make all values lowercase? #13

Open
MostHated opened this issue Oct 13, 2018 · 0 comments
Open

Possible to automatically make all values lowercase? #13

MostHated opened this issue Oct 13, 2018 · 0 comments

Comments

@MostHated
Copy link

MostHated commented Oct 13, 2018

Hello,
I was wondering if it were possible to add a way to force all values to be pulled as lowercase? I searched on the documentation page for "lower" and "lowercase" but didn't see anything. I of course tried to see if just adding .lower() at the end would work as well (config.something().lower()), but no, it, unfortunately, did not.

I also tried to do some other random stuff to see if it would at least get me closer without having to change much, but neither of these worked either.

apply.lower() = str(tmp) = settings.applyrole()
apply.lower() = tmp = wpsettings.applyrole()

Thanks,
-MH

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant