Skip to content

Instantly share code, notes, and snippets.

@MarceloRab
MarceloRab / .js
Last active February 7, 2024 16:07
Validar Celular para contato WhatsApp
const numberCel = '554791517799';
function addNine(number) {
if (numberCel.slice(0, -numberCel.length + 2) !== '55') {
//if (numberCel[0] + numberCel[1] !== '55') {
// numberCel.slice(0,-numberCel.length +2)
return number;
}
if (
numberCel[4] === '2' ||
void main() {
print('No Adulto: \n' + ModelPosologia.posologiaAdulto(DIPIRONA));
print('------------');
print('Em Pediatria: \n' + posologiaPed(DIPIRONA));
}
/*
No Adulto:
• 01 cp de 6/6hs
------------