expand |
expand (text)
Given an array of strings (text) containing tabs, replaces each tab character with the equivalent number of spaces.
unexpand |
unexpand (text)
Given an array of strings (text) that may or may not contain tabs, replaces each $tabstop consecutive spaces with a tab character.
Copyright © 2002 O'Reilly & Associates. All rights reserved.