Is it possible to specify control characters (ie tab) in search/replace strings?
In “Batch Replacer” you able to specify any character in the search/replace string by the code of this character. Code is entered between two symbols # Examples: #9# – Specify tab character (it have code 9); #13,10# – Specify CR and LF characters. #0# – Specify null character and so on. #9,13,10,0# – Specify four characters by the code. You able to specify any code from 0 to 255. For example you need to replace word1 and word2 which is divided by the tab character then you need to enter “word1#9#word2” in the search string (without quotes). In the replace string you able to specify any character by the code too.
Related Questions
- Is there in SCMDM a mechanism to control the bandwidth used for software distribution? Is it possible to specify a bandwidth percentage allowed for SD?
- How do I search for, delete, or replace unprintable (eight-bit or control) characters?
- How do I search for, delete, or replace unprintable (eight-bit or control) characters?
- Is it possible to specify control characters (ie tab) in search/replace strings?
- How do I enter control characters into the search/replace dialog boxes?
- How do I enter control characters into the search/replace dialog boxes?