This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Classe Java para Oracle; | |
public class Fonetica { | |
public static fonetizar (String str) : String { | |
//Fonetiza o string recebido como parametro e devolve | |
//um outro string (que e o primeiro fonetizado) | |
str = str_upper(str); //todas as letras maiusculas | |
str = removePrep(str); //remove as preposições | |
str = removeAccentuation(str); //remove os acentos | |
str = removeStrange(str); //remove caracteres diferentes de |