in reply to Re: Strip non-numeric
in thread Strip non-numeric

If I understand you correctly, you want to remove floating point numbers as well, together with normal integer numbers but not if they are part of a normal word (like 'HAL1'), don't you?

Then maybe you should have a look at Regexp::Common. Together with putting whitespace around the regex you should get it to work.

-- Hofmator