tags:

views:

55

answers:

1

How to get value from match in ActionScript? What would an example be?

A: 

If you mean a RegEx match, I know you can do that using the replace() method in the String class. All you need to do is use $&. This could be handy.

Otherwise, I don't know what you mean.

George Profenza
accepted? You have been qualified for the MindReader badge!
Amarghosh