Ver Mensaje Individual
  #2 (permalink)  
Antiguo 22/04/2010, 04:48
Turel
 
Fecha de Ingreso: abril-2010
Mensajes: 5
Antigüedad: 14 años, 8 meses
Puntos: 0
Respuesta: funtion replace

Prueba con ésto:
Código:
str='(123123123123,123123123123)';
str2=str.replace(/\(/,"\'");
str2=str2.replace(/\)/,"\'");