need help with removing periods [SOLVED]
Posted: Thu Nov 10, 2005 3:12 pm
I need to remove periods (.) from filenames, UNLESS it is the period for the extension.
For example if something was named 1.1.2.3.jpg I would need it to be named 1123.jpg.
I can't think of any logic for this =/ perhaps because my regex knowledge is not too great.
For example if something was named 1.1.2.3.jpg I would need it to be named 1123.jpg.
I can't think of any logic for this =/ perhaps because my regex knowledge is not too great.