Choose Category
REPLACECHR( CaseFlag, InputString, OldCharSet, NewChar )
REPLACECHR(0,input,'A',NULL)
REPLACECHR(1,input,'aeiou','b')