Tag Archives: RegExp

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 , , , | Comments Off on RegEx – search and replace