Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is it possible to specify control characters (ie tab) in search/replace strings?

0
Posted

Is it possible to specify control characters (ie tab) in search/replace strings?

0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123