- Posts: 9
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
regexMatch('/^[-\w]+(?:\W+[-\w]+){149,1500}\W*$/', q1)
{if(q1 != '' && !regexMatch('/^[-\w]+(?:\W+[-\w]+){149,1500}\W*$/', q1), 'Please enter between 150 and 1500 words.', '')}