Page 1 of 1

Dot Replace In Rename: isn't it obvious what i'm asking?

Posted: 2007-09-05, 23:24 UTC
by kwanbis
Sometimes, i want to replace the "." char on filenames, but if i do, TC also replaces the separation dot! That is not the expected behavior.

For example:

this.is.a.file.name.and_the_extension

i get

this is a file name and_the_extension

i should get

this is a file name.and_the_extension

Posted: 2007-09-06, 06:11 UTC
by gbo
In MRT

Code: Select all

        
Name: [N]
Extension: #[E]
Search for: .|#
Replace with: |.
Credit to Hacker

HTH