Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/04/2008, 06:55
fosfatina
 
Fecha de Ingreso: abril-2008
Mensajes: 11
Antigüedad: 16 años, 7 meses
Puntos: 0
Re: Problema con Regular Expression

yo utilizo la regular expression de esta forma:

resultado = System.Text.RegularExpressions.Regex.Replace(resul tado, "\<%([\r\n\t]|[^\%>])*%\>", String.Empty)

no importo ninguna clase.