How to allow integers in the string field for more than three numerals
Script created to validate the number entered, from 1 (one character) to 100000000000 (twelve characters) Below is a CLIENT SCRIPT using REGEX to validate a STRING type field, allowing only INTEGER NUMERIC to be inserted, without "." (dot) and "," ...