replace expression /10 ??
Posted: Tue Mar 19, 2002 11:08 pm
Hello,
My problem is in replace command:
The "find expression" is
^\([0-9]\{3\}\)\([0-9]\{6\}\) ..bla...bla... \(.\{7\}\)\(.\{100\}\)
if it used \1\t\2\t\3\t\4\t\5\t\6\t\7\t\8\t\9\t as a "replace expression" it work ...
but if it used \1\t\2\t\3\t\4\t\5\t\6\t\7\t\8\t\9\t\10 it doesn't work.
How use the partions \10 \11 or >
How can i resolve this problem.
thanks.
My problem is in replace command:
The "find expression" is
^\([0-9]\{3\}\)\([0-9]\{6\}\) ..bla...bla... \(.\{7\}\)\(.\{100\}\)
if it used \1\t\2\t\3\t\4\t\5\t\6\t\7\t\8\t\9\t as a "replace expression" it work ...
but if it used \1\t\2\t\3\t\4\t\5\t\6\t\7\t\8\t\9\t\10 it doesn't work.
How use the partions \10 \11 or >
How can i resolve this problem.
thanks.