O(n)
function stringUpdateStringChar input String str; input String newch; input Integer index; output String news; end stringUpdateStringChar;