CodeCrafter47 / TabOverlayCommon

GNU General Public License v3.0
1 stars 5 forks source link

Add operators for case-insensitive equal checks #15

Closed Andre601 closed 7 months ago

Andre601 commented 8 months ago

Adds operators for case-insensitive equals checks (Including negated ones)

I did ~== as the equivalent to ==, tho I think ~= for it is better and just ~ for =?

Andre601 commented 8 months ago

I decided to switch the operands to =~ and ~ to keep them similar in length and design to ther counterparts == and = respectively.

Was thinking of doing ~~ but that feels a bit too ambigous, as nothing would hint at equality check here.

CodeCrafter47 commented 7 months ago

I didn't realize this has been sitting here for 3 weeks. Sorry for the delay.