Home» Programming» Data Types» String manipulation
String manipulation
blanks |
Create string of blanks |
char |
Create character array (string) |
cellstr |
Create cell array of strings from character array |
deblank |
Strip trailing blanks from the end of string |
lower |
Convert string to lower case |
sprintf |
Write formatted data to string |
sscanf |
Read string under format control |
strcat |
String concatenation |
strjust |
Justify character array |
strread |
Read formatted data from string |
strrep |
String search and replace |
strtrim |
Remove leading and trailing whitespace from string |
strvcat |
Vertical concatenation of strings |
upper |
Convert string to upper case |