Click here to Skip to main content
15,884,177 members
Articles / Web Development / HTML

String.Format in JavaScript

Rate me:
Please Sign up or sign in to vote.
5.00/5 (3 votes)
31 May 2011CPOL 19.1K   1  
You can simplify the replacement by not translating the strings to numbers as all array subscripts are treated as strings, and by representing '{' and '}' as more user-friendly substitutions (e.g. {{} and {}}) rather than {-1} and {-2} which can be pre-populated into the replacements array....

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer DDC OS
United Kingdom United Kingdom
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions