Search and replace with TAB character in Sublime Text 2

find and replacesublime-text-2

In Sublime Text 2, I want search and replace by the TAB character.

I tried replacing with \t char but it's not working.

How can I do it?

Best Answer

You can use regular expressions by clicking on this button:

sublime

The regex for a Tab character is \t.