help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Regexp that solves this ?


From: weber
Subject: Regexp that solves this ?
Date: Wed, 29 Aug 2007 18:07:30 -0000
User-agent: G2/1.0

Hi folks.
I'd like to know if there is a simple way to replace regexp a file to
convert tables like this:

| name | value |
| x1   | 1001  |
| x2   | 2002  |

to this

|| name | value |
| x1   | 1001  |
| x2   | 2002  |

The problem is having a regexp that depends on the next line.

Ideas?
-weber



reply via email to

[Prev in Thread] Current Thread [Next in Thread]