import { cleanPhoneNumber } from '@src/hylo-components/utils/usefull/usefull';
Removes all characters which are not numeric or "+". Removes local 0 if a country code with "+" is provided for most of europes countries.
the number to be cleaned
Generated using TypeDoc
import { cleanPhoneNumber } from '@src/hylo-components/utils/usefull/usefull';
Removes all characters which are not numeric or "+". Removes local 0 if a country code with "+" is provided for most of europes countries.