There is only one string operator in the sense of a token that you can build a string expression out of. That is the concatenation operator. This may also be used to cast numeric values to string values by concatenating them to an empty string.
See also: | Additive operator, String concatenate (+) |
Prev | Home | Next |
String.valueOf() | Up | Strips() |
JavaScript Programmer's Reference, Cliff Wootton Wrox Press (www.wrox.com) Join the Wrox JavaScript forum at p2p.wrox.com Please report problems to support@wrox.com © 2001 Wrox Press. All Rights Reserved. Terms and conditions. |