Remove characters and retain only numbers from string

Is Number block is OK until the OP asks for a decimal point or a space to be included :wink:
(regex can probably be manipulated to include these....)

1 Like

You are right. In that case we can check FIRST for the point as an exception to the rule, advance to the next position and continue with the normal numbers check.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.