Filename chekcing
Posted: Fri Jan 14, 2011 10:15 pm
Hi guys,
I am trying to match file names which are a combination of numbers only, with a .php extension.
So far I have:
![0-9]+(.php)+!
But this is finding matches within a file names which might begin with a letter, such as: abc123.php
How can I disregard letters at the start of the filename?
Thanks in advance,
Rob.
I am trying to match file names which are a combination of numbers only, with a .php extension.
So far I have:
![0-9]+(.php)+!
But this is finding matches within a file names which might begin with a letter, such as: abc123.php
How can I disregard letters at the start of the filename?
Thanks in advance,
Rob.