Hi,
another two questions:
1. I want to delete all text that has a specific pattern. I use the following code with s command but I want to keep the \a character in the beginning:

:%s/\a,\_.\{-}<\/td><\/tr>/

2.
how can I join lines that have non-numerical characters?

e.g.
153
Purdue
Canc Ct
1256

should be
153
Purdue Canc Ct
1256

Thanks in advance,

Nikos

Reply via email to