How can I check if a value is numeric, and only numeric (no occurrence of periods, dashes, etc.), regardless of how many characters the number contains, in addition to having exactly 9 characters, neither more nor less?
Examples accepted: 111111111, 222222222, 123456789
Examples not supported: 1,000, 3.50, 12345678