January 2013 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Monthly Archives: January 2013
RegEx – search and replace
The problem is to search bit of text and replace any occurance of the searched string with something new, with RegEx class and built-in replace function of String class it is very easy.
Posted in actionscript, flash
Tagged actionscript3, RegExp, snippets, String#replace
Comments Off on RegEx – search and replace