Compare StringsTag(s): Language
Case sensitive:
if (aString == anotherString) { alert("equals"); }
if (aString.toUpperCase() == anotherString.toUpperCase()) { alert("equals"); }
mail_outline
Send comment, question or suggestion to howto@rgagnon.com
Send comment, question or suggestion to howto@rgagnon.com