P
pfeifest
Hello-
I have a number that always starts with the three characters "450" and
then has 7 random numeric digits after it.
Example: 4507432176
What Regular expression will validate that scenario? I've tried
various combinations of:
450\d{7}
But basically any 10-digit number comes back as valid with that.
Thanks-
pfeifest
I have a number that always starts with the three characters "450" and
then has 7 random numeric digits after it.
Example: 4507432176
What Regular expression will validate that scenario? I've tried
various combinations of:
450\d{7}
But basically any 10-digit number comes back as valid with that.
Thanks-
pfeifest