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

Here you can propose new features, make suggestions etc.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
kwanbis
Junior Member
Junior Member
Posts: 63
Joined: 2006-11-06, 21:30 UTC

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

Post 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
User avatar
gbo
Senior Member
Senior Member
Posts: 329
Joined: 2005-03-31, 19:58 UTC
Location: Lausanne (Switzerland)

Post by *gbo »

In MRT

Code: Select all

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

HTH
Gil
Licence #17346

90% of coding is debugging. The other 10% is writing bugs.
Post Reply