Method: Contains Unicode char range
Function name: containschar
Parameter list: CHAR input string, INTEGER from char, INTEGER to char
Return type: INTEGER
What the method does: Returns the number of occurrences of the Unicode search character between the specified beginning (from char) and ending (to char), inclusive. If 0 is returned, the search character was not found.