by Quade (Posted Wed, 02 Jul 2014 17:09:52 GMT)
[.]jpg.*[0-9]{5,6}
If you always want it to be
"...jpg[sp]" then
"[.]jpg\s[0-9]{5,6}"
Which means "dot followed by "jpg" followed by a space, followed by 5 or 6 numbers from 0-9".
Type this into the find box and only matches should be display in the listings. Don't type in the quotes.
Read Main Topic
[.]jpg.*[0-9]{5,6}
If you always want it to be
"...jpg[sp]
"[.]jpg\s[0-9]{5,6}"
Which means "dot followed by "jpg" followed by a space, followed by 5 or 6 numbers from 0-9".
Type this into the find box and only matches should be display in the listings. Don't type in the quotes.
Read Main Topic