| Package: | Global |
| Defined In: | Ext.js |
| Class: | String |
| Extends: | Object |
| Method | Defined By | |
|---|---|---|
format( String string, String value1, String value2 )
:
String<static> Allows you to define a tokenized string and pass an arbitrary number of arguments to replace the tokens. Each
token ... <static> Allows you to define a tokenized string and pass an arbitrary number of arguments to replace the tokens. Each
token must be unique, and must increment in the format {0}, {1}, etc. Example usage:
Parameters:
| String | |