isString
isString(obj) -> Boolean
Returns true if obj is of type string, false otherwise.
Examples
Object.isString("foo");
//-> true
Object.isString("");
//-> true
Object.isString(123);
//-> false
© 2006-2008 Prototype Core Team
© 2009 перевод Иванов Егор
© 2009 перевод Иванов Егор