I have a text box that needs to be limited to 500 characters and have at least one alphanumeric character in it before it is submitted.
I already have it limited to 500 characters using the following RE ^[\w\W]{0,500}$
Any help adding the RE to do the "at least one alphanumberic character" would be very much appreciated
Start Free Trial