[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology] Re: REs in M4

Steven Buroff wrote:

Replacement with the contents of a matching capture group does not appear to
be
working in M4. I tried both "\0" and "\\0" and neither worked. According to
text
content assist, it should be "\n". Is this a known bug or am I doing
something wrong?


Use $n to replace where n is the group number. There's already a bug report to fix this in the content assist.

Dani

Thanks.

Steve Buroff