Expression needed!
[email protected] (Michael Kochendoerfer) 14 Oct 2003 08:39:25 -0000
| Newsgroups | php.lang |
|---|---|
| Message-ID | <[email protected]> |
Can someone help please? I need an expression to use for eregi() that matches following strings (examples): 01.jpg, 02.jpg, 15.jpg, 68.jpg, u01.jpg, u34.jpg In fact, it should match all nn.JPG and Unn.JPG (where u is a literal and nn is a two-digit number - .JPG is a literal, too). Thanks for supporting a newbie *g - Michael