Difference between the tab symbols when using “Show White Space and TAB”

notepadtext editing

I have a tab-delimited file that I have opened in Notepad++, was having trouble parsing it, so turned on View->Show Symbol->Show White Space and TAB. I noticed that there were two different types of arrow symbols displayed along with the white space character. Is there a difference between these two arrow symbols?

Example:
Notepad++ Show Symbols

Best Answer

There is no difference between the types of arrows. Convince yourself by replacing \t with 2 spaces. Make sure the "Search mode" is set to "Extended". There shall be no arrows afterwards.

Replace tabulators by spaces

Related Question