| java.lang.Object examples.addCommas
addCommas | final public class addCommas (Code) | | This is an example program based on a short example from the Camel book.
It demonstrates substitutions by adding commas to a the string
representation of an integer.
version: @version@ |
Method Summary | |
final public static void | main(String args) This program takes a string as an argument and adds commas to all the
integers in the string exceeding 3 digits in length, placing each comma
three digits apart. |
main | final public static void main(String args)(Code) | | This program takes a string as an argument and adds commas to all the
integers in the string exceeding 3 digits in length, placing each comma
three digits apart.
|
|
|