D
drasko
Hi, I have RegularExpressionValidator control and I wish to set it up
for limiting input text in textarea to 50 words. Users can enter text
they like, using all ".",",","!","?","@" and other symbols. All that
matters is that there can be maximum 49 whitespace characters. How can
write regular expression for this one?
for limiting input text in textarea to 50 words. Users can enter text
they like, using all ".",",","!","?","@" and other symbols. All that
matters is that there can be maximum 49 whitespace characters. How can
write regular expression for this one?