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