I’m using the answer validation of a question with Regex. I am using the following expression: /.\w.+/g
With this expression as validation I was expecting just to accept inputs like the word ‘’ .car. ‘’
But, when I type something that does not match the regex, the flow stops.
What to do?