How to kick part of string in actionscript?
- by Ole Jak
So my string is something like "BlaBlaBlaDDD12345" I want to get rid of its sub string which is "BlaBlaBlaDDD" so the result of operation will be a string "12345" How to perform such thing with actionscript?