Strings


deblank Remove trailing whitespace characters from string
encrypt Encrypt a string
fprintf Write into file or console
isinstr Check presence of string
isspace Check if character is whitespace
lower Convert string to lowercase
proper Capitalise words
regexp Find regular expression patterns
regexprep Replace regular expression patterns
regexptranslate Replace special characters with literal ones
sentence Capitalise sentence case
sprintf Create string according to format
strcat Concatenate strings
strcmp Compare strings
strcmpi Case insensitive string comparison
strfind Find substring in string
strncmp Compare strings n first characters
strncmpi Case insensitive string comparison of n first characters
strrep Replace substring in string with new value
strsplit Split strings
strtrim Remove whitespaces from the beginning and the end for a string
textscan Read data from file
upper Convert string to uppercase