Using ColdFusion, if the result of a variable is not correctly formatted when rendered, how do I change it? For example, i have a variable #number# and its displayed value is ,3642, but I want it to be displayed like 3642 instead.
How can I achieve this formatting?
You can replace all non-numeric characters with a regular expression.