translate « String Functions « PostgreSQL






1.translate(name, 'aeiouAEIOU', ''): Replace all vowels with nothing
2.Simple translate function example
3.translate(s, f, r): Returns the character string s, with any found characters from string f replaced with corresponding character in string r