playMaker

Author Topic: Removing numbers from a string [SOLVED]  (Read 1809 times)

cmy

  • Playmaker Newbie
  • *
  • Posts: 40
Removing numbers from a string [SOLVED]
« 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.  :)
« Last Edit: January 19, 2015, 12:05:22 AM by cmy »

cmy

  • Playmaker Newbie
  • *
  • Posts: 40
Re: Removing numbers from a string
« Reply #1 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!