I\'m using the following Regex ^[a-zA-Z0-9]\\s{2,20}$ for input
^[a-zA-Z0-9]\\s{2,20}$
The inp
add characters to your regex code like this~
^[a-zA-Z0-9 !@#$%^&*)(]{2,20}$
the \s is not only express space..
\s