I have several numbers in a string, such as:
8;#
10;#
34;#
etc...
I wanted to erase all of these from the string, so was thinking RegExp would be my best option.
What regexp expression do I use that will identify any series of numbers followed by ;# ?
Try something like this this:
I don’t know AS3 but I think your code should look something like this: