Special Characters

Escape Characters

Find and Replace (FNR) supports escape characters such as “\n”, “\t”, etc. To use escape characters in your find/replace text, you need just to check the Use escape chars checkbox if you are using the UI.

Escape Chars

But if you are using the command line in batch mode then use –useEscapeChars flag.

Example

"D:\fnr.exe" --cl --dir "D:\Project\ZZZ\FNR Testing\Temp" --fileMask "*.*" --includeSubDirectories 
    --useEscapeChars --find "\t" --replace "\r\n"

Accented Characters

By default, when you run DOS commands, the values in arguments are limited to code page 437.

To pass chars that are not supported by code page 437 in find/replace text or other arguments, you can use the following techniques: