Method: Replace unicode character
Function name: replacechar
Parameter list: Char input, INTEGER search char, INTEGER replacement char)
Return type: CHAR
What the method does: Replaces all occurrences of the Unicode search character with the replacement character. If -1 is entered as the replacement character, all occurrences of the search character are removed.