← Code LabReact Native0/50 solved · 0%
Forms · easy

7. Sanitizing decimal input

Clean TextInput text for a numeric field.

Write `sanitizeDecimal(text)` that strips all characters except digits and a single leading `.`. Multiple dots collapse to the first one.
Required in your answer: replace(