Answer - Yeeees!!!! JSFL + Regular Expressions?

Thanx to FlashGuru, who point me to Core JavaScript 1.5 Guide, JSFL works with all this stuff too. just try next code JSFL + Regular Expressions?

re = /(\w+)\s(\w+)/;
str = "John Smith";
newstr = str.replace(re, "$2, $1");
fl.trace (newstr);

p.s. now its time to test MMExecute(), i hope we can get RegExp inside Flash JSFL + Regular Expressions?

Ready to receive fresh news from my site? Subscribe to my RSS.

Хотите быть в курсе последних обновлений сайта? Подпишитесь на мой RSS.