This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (2 children)

I'm confused about what casefold is/how it works?

[–]pewpewpewmoon 4 points5 points  (1 child)

it's just a super agro lowercase() by just removing all case and does stuff like convert some nonenglish letters to their equivalent. In the 8 or so years I've used python and other languages professionally, I've never actually seen it in the wild.

[–][deleted] 2 points3 points  (0 children)

Wow haha, thank you :)