View Issue Details

IDProjectCategoryView StatusLast Update
0001327GeoSetterUser Interfacepublic2016-07-26 19:58
Reporterobetz Assigned Toheiko  
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Product Version 
Target VersionFixed in Version 
Summary0001327: Perl regular expression for rename
DescriptionHow can I use a PCRE in a rename operation?

For example, I want to rename IMG_4711 to FOO_4711.

I tried {Filename;s/IMG/FOO/} but it didn't work.
TagsNo tags attached.

Activities

heiko

2016-07-25 22:28

developer   ~0002321

GeoSetter does not support Perl regular expressions, but you can use the following pattern in the "Rename Image Files" dialog: FOO_{Filename:5-12}

obetz

2016-07-26 09:26

reporter   ~0002323

Thanks for the hint. This is a viable method for the camera default names. Not so much for more complicated cases, but these are less important.

Issue History

Date Modified Username Field Change
2016-07-24 12:08 obetz New Issue
2016-07-25 22:28 heiko Note Added: 0002321
2016-07-26 09:26 obetz Note Added: 0002323
2016-07-26 19:58 heiko Status new => resolved
2016-07-26 19:58 heiko Resolution open => no change required
2016-07-26 19:58 heiko Assigned To => heiko