deblank

Purpose

Strip trailing blanks from the end of a string.

Synopsis

deblank(s)

Description

deblank(s) removes the trailing blanks from the end of a character string s. It also removes any null characters, characters with an absolute value of zero, from within the string.

See Also

blanks

(c) Copyright 1994 by The MathWorks, Inc.