Searching for special characters in RH 9
Occasionally I get broken links because when I add a hyperlink, I must be at the wrong level or something. I haven't figured out exactly when this happens, but it's never bothered me because I can just do a Find and Replace to find it and replace it.
Here's an example from the Broken Link Report (Tools > Reports > Broken Links):
Missing topic 'MyHelpProject\Editing_Trade_Show_Codes.htm' is referenced by the following...
In the past, I would open Find and Replace (Edit > Find and Replace in Files) and paste in the following string in the Find box:
MyHelpProject\
Notice that I included the backslash. I'm pretty sure that this worked; that is, it would find any string beginnging with MyHelpProject\, but now it won't find anything at all unless I leave off the backslash. Of course, that doesn't make sense because the backslash is an escape character. Maybe I'm just mis-remembering.
So how do I unescape it so that I can find MyHelpProject\?
I know that I can search for it without the backslash, but there are a few instances where I don't want to delete MyHelpProject.
I'm using RoboHelp 9.
