I want a regular expression for mobile number validation. I have tried below regular expression. If I enter 1 1 1 1 1 1
it will not be accepted. Will you please help to to find what is my mistake in regular expression.
Regular expression is: ^\s*\+?\s*([0-9][\s-]*){6,}$