Syntax: EDIT(string,editstr[,start])Defn: A CI evaluator function that offers full REDO-like editing of a string.Type: StringExample: edit('abcdefg','>dd')Result: 'abce'Example: edit('ab cd;g','dwd')Result: 'cd;g'