Links

Lists

Latest Updates

Ruby On Rails List
Python list
Advanced Java
The JavaScript List
Apache Users
Full Disclosure
Linux Security

Search the archives!


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Javascript] Comparing Strings


  • From: shawn.milo at gmail.com (Shawn Milo)
  • Subject: [Javascript] Comparing Strings
  • Date: Thu Aug 25 06:54:26 2005

Maybe you could make them both lower-case and remove all whitespace
(including newlines, tabs, spaces, etc.) for the comparison. Unless
you can think of a situation where you'd want to see a  difference in
the whitespace as a valid difference.