Function Reference
— Function File: strjust (s, ["left"|"right"|"center"])

Shift the non-blank text of s to the left, right or center of the string. If s is a string array, justify each string in the array. Null characters are replaced by blanks. If no justification is specified, then all rows are right-justified.