|
|
Q1653 How can I compare two strings to ensure they are equal?
irt.org | Knowledge Base | JavaScript | Text | Q1653 [ previous next ] Q1653 How can I compare two strings to ensure they are equal?If you do really mean text strings then use the comparison (==) operator:
If you actuall mean String objects then take a look at the article: Text Strings and String Objects |
-- div -->
|