| Wavelet Toolbox | Search  Help Desk |
| deblankl | Examples |
Convert string to lowercase without blanks.
S = deblankl(X)
deblankl is a general utility.
This function gives flexibility when using strings.
S = deblankl(X) is the string X converted to lowercase without blanks.
x = 'AB1 C %9'
x =
AB1 C %9
y = deblankl(x)
y =
ab1c%9