Question: hellow , How to write code html ,css and javascript for valdation phone number by this code: var regex = new RegExp(/^(009665|9665|+9665|05|5)(5|0|3|6|4|9|1|8|7)([0-9]{7})$/); regex.test('0501234567'); // return

hellow , How to write code html ,css and javascript for valdation phone number by this code:
var regex = new RegExp(/^(009665|9665|\+9665|05|5)(5|0|3|6|4|9|1|8|7)([0-9]{7})$/);
regex.test('0501234567'); // return true;
regex.test('0521234567'); // return false;
Note that I need many fields of the same type
hellow , How to write code html ,css and javascript for valdation

var regex = new RegExp (//(0096659665+9665 055)(503649187)([09]{7})$/); regex.test(' 0501234567); // return true; regex.test('0521234567'); // return false

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!