Abreu Solutions - Develope return
Introdução - app_Return
Descubra o App Abreu Solutions, diponibiza diverças ferramentas em formato framework v4.7.2.
OnlyNumbers
BRA>> (retorna apenas números contidos dentro de uma string);
USA>> (returns only numbers contained within a string);
Requisição
string sNumbersB = "001.002.003-45";
string sNumbersC = "R$ 1.234,99";
string sNumbersD = "+55 (12) 12345-6789";
sRetorno = OnlyNumbers(sNumbersB);
sRetorno = OnlyNumbers(sNumbersC);
sRetorno = OnlyNumbers(sNumbersD);
Retorno
string sRetorno = "00100200345";
string sRetorno = "123499";
string sRetorno = "5512123456789";
TextWithoutAccents
BRA>> (retorna texto sem acentos);
USA>> (returns text without accents);
Requisição
Retorno
TextWithoutAccentsExcel
BRA>> (retorna texto sem acentos e sem caracteres especiais);
USA>> (returns text without accents and no special characters);
Requisição
Retorno
Html
BRA>> (retorna as tag do html de forma que possa ser impressa no browser como texto);
USA>> (returns html tags so that they can be printed in the browser as text);
Requisição
Retorno
ReverseString
BRA>> (retorna o texto espelhado == “odahlepse”);
USA>> (returns the mirrored text == “derorrim”);
Comentários
Postar um comentário