Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: cmy on January 18, 2015, 10:43:29 PM

Title: Removing numbers from a string [SOLVED]
Post by: cmy on January 18, 2015, 10:43:29 PM
Is there a really simple way of removing all numerical values from a string? I've looked into a handful of solutions but nothing seems like the right option.

Any help would be appreciated.  :)
Title: Re: Removing numbers from a string
Post by: cmy on January 19, 2015, 12:04:44 AM
I found a solution, I used Krileon's String Regex Replace action (http://hutonggames.com/playmakerforum/index.php?topic=7004.0) with the Regex input set to [\d-], seems to work very well!