Ver Mensaje Individual
  #5 (permalink)  
Antiguo 20/07/2011, 13:09
Avatar de _cronos2
_cronos2
Colaborador
 
Fecha de Ingreso: junio-2010
Mensajes: 2.062
Antigüedad: 14 años, 5 meses
Puntos: 310
Respuesta: se puede hacer capitalize en un arreglo

Ejemplo:
Código Javascript:
Ver original
  1. var str = 'cadena con capitalize';
  2. str = str.split(' ');
  3. str.forEach(function(act, i){ str[i] = act.charAt(0).toUpperCase() + act.substr(1); });
  4. str = str.join(' '); // "Cadena Con Capitalize"
Saludos (:
__________________
" Getting older’s not been on my plans
but it’s never late, it’s never late enough for me to stay. "
Cigarettes - Russian Red