strtriml#
Purpose#
Strips all whitespace characters from the left side of each element in a string array.
Format#
- y = strtriml(sa)#
- Parameters:
sa (NxM string array) – data
- Returns:
y (NxM string array) – contains contents in sa with all whitespace characters from the left side of each element stripped.
Source#
strfns.src
See also
Functions strtrimr()
, strtrunc()
, strtruncl()
, strtruncpad()
, strtruncr()