How to remove part of the string starting from special char (or word) in ActionScript?
- by Ole Jak
so I have a string "bla dla dla vre bla 54312" I want to turn it into "bla dla dla " by saying something like
function(string, "vre");
how to do such thing?