I want to use regex specifically! to check if a mobile number contains 9 or more digits. I am a little unsure as to how to format this exactly.
I want to check inside an if statement like the below
if(mob >= (.{9})
This is clearly not correct, any help would be great