Insert Thousands Delimiter using RegExps in Actionscript
Posted: May 28th, 2008 | Author: Tiago Bilou | Filed under: Actionscript3, Code | Tags: regexp delimiter thousands | 7 Comments »Today I spend a considerable amount of time trying to change this (10000000) into this (10.000.000). Because I don't think anyone should have to go throught the same ordeal here's a little function that will do it for you.
References: