Clase pública Form1
Manijas privadas Button1.Click del submarino Button1_Click (remitente de ByVal como System.Object, ByVal e como System.EventArgs)
Usar ofd como nuevo OpenFileDialog
Si ofd.ShowDialog = Windows.Forms.DialogResult.OK después
Intento
Txt dévil como la secuencia = My.Computer.FileSystem.ReadAllText (ofd.FileName)
Debug.Print (“texto original: ")
Debug.Print (“--------------------------------------------------")
Debug.Print (txt)
Debug.Print ("")
Patrón dévil como secuencia = “(. +) \ 1 {5,}”
txt = System.Text.RegularExpressions.Regex.Replace (txt, patrón, "")
Debug.Print (“texto modificado: ")
Debug.Print (“--------------------------------------------------")
Debug.Print (txt)
¡'Uncomment que la línea debajo cuando usted está seguro el RegEx está trabajando según lo deseado!
'My.Computer.FileSystem.WriteAllText (ofd.FileName, txt, falsos)
Retén ex como excepción
MessageBox.Show (“archivo: ” y ofd.FileName y vbCrLf y vbCrLf y ex.ToString, “archivo de modificación”, MessageBoxButtons.OK, MessageBoxIcon.Error del error)
Intento del final
Terminar si
Terminar usar
Terminar el submarino
Terminar la clase
|