SyntaxFix
Write A Post
Hire A Developer
Questions
It's usually \t in command-line interfaces, which will convert the char \t into the whitespace tab character.
\t
For example, hello\talex -> hello--->alex.
hello\talex
hello--->alex