Making Find/Replace Case Sensitive
I am using the basic find/replace script that comes with CS4
How do I fix these so the returned "yd³" does not come back as Yd³ ? I want to make the these find/replace's case sensitive. Lower case "in" lower case "out". Upper case "IN" upper case "OUT".
text {findWhat:"cu.yd."} {changeTo:"yd³"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find all dash-dash and replace with an em dash.
text {findWhat:"cu.yd"} {changeTo:"yd³"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find all dash-dash and replace with an em dash.
text {findWhat:"cu yd"} {changeTo:"yd³"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find all dash-dash and replace with an em dash.
text {findWhat:"cu.yd"} {changeTo:"yd³"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, wholeWord:false} Find all dash-dash and replace with an em dash.
Thank you all in advance.
Bill Bernhardt
DOOSAN Publications
770-831-2249