Hey,

I'm being an idiot and I can't figure out how to do parse and get an integer from a string. Could someone give me an example please?

Something like:

"The action you going to take costs 5 dollars, and will take up to 3 days to complete"

How would I store the value "3" as an integer? The "5 dollars" can vary.

Thanks!