+ 1
Is there any language that is not case sensitive
When doing challenges, I've been asked whether the language is case sensitive. The answer is always yes for all my languages. So is there any language that the answer is no. As per the language is not case sensitive.
8 Antworten
+ 8
Html xml?
+ 8
Php is partially case insensitive
+ 3
Html
+ 2
HTML and SQL are case insensitive
+ 1
Abhay thanks
+ 1
Abhay does this apply to all scripting languages or just html?
+ 1
Which is Html that case insensitive.
0
SQL is case insensitive.
where columnName = 'ABC'
will return the same result as
wHErE columnName = 'abc'