backspstr | returns a backspace character string to remove the given string | |
cell2strlines | convertes a cell list fo string tinto a single string line | |
cellstrfind | returns the position of a string in a cell list of string | |
containscell | finds a string segment into a cell list of strings | |
datestrroman | returns a datestring as roman number | |
evalhyperlinktab | evaluates an hyperlink text input from a table | |
fprintfvec | auxiliary fnct for writing ALL vector elements in ONE SINGLE row! | |
fprintfvec2 | prints vectors in a way that it can used in code generation | |
hexstr2str | converts a uint8 string into a hex string array | |
hexstr2uint8 | converts a hexadecimal string into a uint8 array | |
num2strCNT | creates numberstring including addition zeros | |
num2strUP | creates a string containing a unit prefix | |
numofstrtab | returns a row number of a cell list of strings | |
parsedatestr | parse a datestr and returns the corresponding datenum and datestr | |
siri2jarvis | converts spoken or written natural language sentences into a simple grammar | |
sprintfhyperlinktab | creates a hyperlink text string from a table | |
sprintfilehyperlink | creates a string containing two hyperlinks to open an file | |
sprintftext | creates as simple as possible a string for design parameters | |
sprintfvec | prints vectors in a way that it can used in code generation | |
sprintfvecUP | string format for engineering applications | |
str2codelines | creates from long string, several lines that can be used as matlab code | |
str2hexsstr | converts a uint8 string into a hex string array | |
str2numendsWith | returns the number that are part of in a string | |
strbreaklines | Breaks a text string into paragraphs of a maximum number of chars per line | |
strcounter | detects an integer number at the end of a string and increments it | |
strfind2double | searches for pattern in char string and returns the next value as double real | |
strfindafter | finds text between start tokens and endtokens | |
strfindtag | returns a string after a search string | |
strhyperlink | returns a simple html hyperlink text for fprintf | |
strhyperlink2str | separates hyperlinks into real text and a list of keywords plus a list of urls | |
stringfnctresult | creates the cell list of output parameters of a batch call | |
strrepalias | replaces a set of similar words by a specified one | |
strrepmatlab2ascii | converts text lines from the matlab editor to ascii text | |
strrepn | replaces several string elements by using strrep | |
testparsing | performs an interactive test parsing of a grammar fnct | |