#1 2013-01-15 21:06

CrazyCharley
Member
Registered: 2013-01-15
Posts: 2

HowTo Replace with wildcards ?

Help!
I am trying to replace SC3 or SC1 or SC'any character' with SC.
I am using SC? for find and SC for replace and it is not working.

Offline

#2 2013-01-16 08:35

Stefan
Moderator
From: Germany, EU
Registered: 2007-10-23
Posts: 1,161

Re: HowTo Replace with wildcards ?

CrazyCharley wrote:

Help!
I am trying to replace SC3 or SC1 or SC'any character' with SC.
I am using SC? for find and SC for replace and it is not working.

Be sure to tick the "[X] Interpret '?' ... as wildcards".


FROM:
File NameSC1 name.ext
File Name SC2 name.ext
File Name SC3name.ext
File NameSC4name.ext
File Namesc5 name.ext
File Name sc6 name.ext

TO:
File NameSC name.ext
File Name SC name.ext
File Name SCname.ext
File NameSCname.ext
File Namesc5 name.ext
File Name sc6 name.ext

USE:

Replace:
Replace using wildcards "SC?"
with "SC"
(skip extension) (case sensitive)


or

RegEx:
Replace expression "SC."
with "SC"
(case-sensitive) (skip extension)


See our fine wiki too > http://www.den4b.com/wiki/ReNamer:Rules:Replace

HTH?


Read the  *WIKI* for HELP + MANUAL + Tips&Tricks.
If ReNamer had helped you, please *DONATE* to Denis or buy a PRO license. (Read *Lite vs Pro*)

Offline

#3 2013-01-16 15:47

CrazyCharley
Member
Registered: 2013-01-15
Posts: 2

Re: HowTo Replace with wildcards ?

Thanks so much, Stefan.  I knew it had to be something simple.  I just didn't notice the box next the the wildcard info.

Offline

Board footer

Powered by FluxBB