0

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

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
monkey_boys
  • 7,108
  • 22
  • 58
  • 82

1 Answers1

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