Extract numbers from strings of unequal sizes
I have a column of strings with embedded numbers. I know how to determine if these strings contains the correct text I am looking for, but not how to extract the values that come after each of these. If the string sizes were equal, I could just use the munger function based on the location, but this cannot be done since string size is not consistent. E.g "The fix in is abcde +0.2, there is more te...
vince_faller