How to get value from match in ActionScript? What would an example be?
Asked
Active
Viewed 187 times
0
-
I'm not sure I understand what you mean. What are you trying to match? What have you tried already? – Michael Todd Dec 06 '09 at 04:06
1 Answers
0
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.

Community
- 1
- 1

George Profenza
- 50,687
- 19
- 144
- 218