I'm having such string: (Reasoncode1 -49.00)
From that string I need to take all the decimal values both positive/ negative so --> -49.00
I've created such regexp: -?\d+\.*\d*
It work but if the string has number inside like: "Reasoncode1" then it takes that one value and I want to avoid it.