Page 1 of 1

space after .

PostPosted: Tue Mar 05, 2013 11:04 am
by berkowil
Hello

I have two files
myfiles .pdf
myfiles .pdf .xmp
when I usethe fonction replace " ." by "." the second space is not remote

I obtains this
myfiles.pdf
myfiles.pdf .xmp

Re: space after .

PostPosted: Tue Mar 05, 2013 4:29 pm
by Stefan
berkowil wrote:Hello

I have two files
myfiles .pdf
myfiles .pdf .xmp
when I use the function replace " ." by ".", the second space is not removed too.

instead I obtains this:
myfiles.pdf
myfiles.pdf .xmp



Hi.

FROM:
myfiles .pdf
myfiles .pdf .xmp

TO:
myfiles.pdf
myfiles.pdf.xmp

USE:
Repl.(3)
Repl: ' .'
With: '.'

But every last dot is not recognized as literal dot but as BaseName<>Extension delimiter.
So for the second example there is only one ' .' seen by BRU. That is the one before '.pdf', but not the one before '.xmp'

To solve your issue go to "Options > Ignore..."and check "File Extension" to ignore File Extension.


.

Re: space after .

PostPosted: Wed Apr 01, 2015 5:02 am
by 017hnoor
every last dot is not recognized as literal dot but as BaseName<>Extension delimiter.



_________________
NOOR