A valid phone number contains:
I\'m trying to use regular expre
Your regex should look like this, you need information about char counter
@"^(\+[0-9]{9})$"