Displaying page
of
pages;
Items to
Title |
Test
Details
Pattern Title
|
Expression |
(.*\.jpe?g|.*\.JPE?G)
|
Description |
I just couldn't find any simple expression to check if an entered value is a jp(e)g.
If you're using this to check for e.g. mp3, just use the following:
(.*\mp3|.*\.MP3)
This expression is not really stable, cause it will also match file.jpg.mp3 or stuff like that.
|
Matches |
*.JPG | *.jpeg
|
Non-Matches |
.gif
|
Author |
Rating:
N Verlaan
|
Displaying page
of
pages;
Items to