Page 3 of 3

Re: Match varialbes with case sensitivity.

Posted: Mon Mar 09, 2026 6:26 pm
by jacque
Neither Jeffrey nor Tony know which language we're using. Suspicious, no?

Re: Match varialbes with case sensitivity.

Posted: Mon Mar 09, 2026 7:32 pm
by Klaus
Indeed Jacque, highly suspicious!
And now they are history. :-)

Re: Match varialbes with case sensitivity.

Posted: Mon Mar 09, 2026 8:22 pm
by FourthWorld
And the OP hasn't returned in over a year.

Re: Match varialbes with case sensitivity.

Posted: Tue Mar 10, 2026 11:10 am
by stam
dunbarx wrote: Fri Jan 31, 2025 3:07 pm Google85

How do you want to use this ability? My demo script can tell the difference between "dog" and "DoG", but then what?

Craig
Sounds like a good use-case for password management, to name one example.

However if managing passwords outside of the home environment, I'd recommend hashing (where case sensitivity is already taken into account) and if used over the net, hardened/industry standard security (like what I've done in viewtopic.php?f=143&t=40479) is strongly recommended.

Having said that, the actual use-case here is unknown.