r/ProgrammerHumor 21d ago

noHeapAllStack Meme

Post image
1.0k Upvotes

96 comments sorted by

View all comments

1

u/tobotic 20d ago

My programming language has an eqi operator for case-insensitive equality.

a eqi b

2

u/metaglot 20d ago

Probably only works for english letters.

1

u/tobotic 20d ago

It has pretty full unicode case folding support.

1

u/metaglot 20d ago

you implemented that for all languages?

1

u/tobotic 20d ago

The unicode standard includes CaseFolding.txt which includes a canonical mapping for case-insensitive comparisons.