/^([A-Z]+jpg)([A-Z]+jpg)$/
or if you're wanting php preg_match:
preg_match("/^([A-Z]+jpg)([A-Z]+jpg)$/", $matches);
var_dump($matches);
__________________
For coding work - hit me up on andy // borkedcoder // com
(consider figuring out the email as test #1)
All models are wrong, but some are useful. George E.P. Box. p202
|