Hi friends,

I am making tiny baby steps with regex stuff but need your help here :-)

I have a list of files like:

image one-01.png
imag22.jpg
i225.png
image crop-22.jpg
imag.tiff
imageimage3 bb.jp
...

And need a list of JPG and PNG files and all numbers that are located right before the suffix.
So from the above example it should return:

01
22
22
225
...

You get the picture.

I already filtered all jpg and png files from the list, then I use e.g. :
...
put replacetext(tolower(tFiles5),"[a-zA-Z]","") into tFiles6
...

but don't know how to add ALL non-numeric chars to the syntax.



Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to