Page 1 of 1

Really Basic Question

PostPosted: Fri Nov 26, 2021 4:53 am
by Stretch65
Hi,

I'm sorry for posting such a simple problem, but I can't seem to solve this:

I have files, whose names sometimes end in " dress", for example "Hot Dress.djl", "Summer dress.djl", "New Season DRESS.djl".
I want to delete the " dress" part (case insensitive). How do I do that?

Re: Really Basic Question

PostPosted: Fri Nov 26, 2021 5:36 pm
by therube
3:Replace
Code: Select all
Match:  <sp>dress
With:

<sp> is a physical space. The With: box is left empty.
(What is a physical space?)

Re: Really Basic Question

PostPosted: Sat Nov 27, 2021 10:38 am
by Stretch65
How would I include the file extension (.djl) in a search? For example, if I searched for " dress.djl" and replaced it with ".djl" (again case insensitive).