export const isStringNumeric = (value: string) => /^\+?[\d-\s]+$/.test(value);