String Functions
 Main Index 
-   strcmp  STRCMP String Compare Function
 
-   strcmpi  STRCMPI String Compare Case Insensitive Function
 
-   strncmp  STRNCMP String Compare Function To Length N 
 
-   strstr  STRSTR String Search Function
 
-   strrep  STRREP String Replace Function
 
-   regexp  REGEXP Regular Expression Matching Function
 
-   deblank  DEBLANK Remove trailing blanks from a string
 
-   strtrim  STRTRIM Trim Spaces from a String
 
-   strfind  STRFIND Find Substring in a String
 
-   isalpha  ISALPHA Test for Alpha Characters in a String
 
-   isdigit  ISDIGIT Test for Digit Characters in a String
 
-   isspace  ISSPACE Test for Space Characters in a String
 
-   blanks  BLANKS Create a blank string
 
-   cellstr  CELLSTR Convert character array to cell array of strings
 
-   lower  LOWER Convert strings to lower case
 
-   regexprep  REGEXPREP Regular Expression Replacement Function
 
-   upper  UPPER Convert strings to upper case