Hello,
I'm trying to find a somewhat automated way to replace some ASCII date / time fields in a Nikon NEF RAW digital image file. None of the various tools I've tried have gotten it right, but editing the binary file does work.
Is it possible to specify a specific string - such as "xx:xx:xx" - and replace the first "xx" with "xx+1". For example finding "19:00:00" and replacing it with "20:00:00".
Many thanks for any assistance. I've done some work with regex's in Perl before but I don't see a way to "inline script" variables, etc. into the search/replace in UltraEdit.
Brian
I'm trying to find a somewhat automated way to replace some ASCII date / time fields in a Nikon NEF RAW digital image file. None of the various tools I've tried have gotten it right, but editing the binary file does work.
Is it possible to specify a specific string - such as "xx:xx:xx" - and replace the first "xx" with "xx+1". For example finding "19:00:00" and replacing it with "20:00:00".
Many thanks for any assistance. I've done some work with regex's in Perl before but I don't see a way to "inline script" variables, etc. into the search/replace in UltraEdit.
Brian