I need a regex that validates a string (letters, numbers, spaces or special characters) but can’t have words bigger than 35 characters, for example:
Valid: this a test string
Invalid: this is a testtttttttttttttttttttttttttttttttttttttttttttttt string
Thank you
you can add other
special charactersas you desired.