Hi,
Got a text box where the requirement is for a user to enter a Whole number. That number can be 6 digits or less, is this possible using a Validation pattern?
I'm using the following pattern to check that only Whole Numbers are entered, but there is no limit to the number of digits. Any ideas how to limit to 6 or less?
^p0-9]+$
Thanks