select the content of matching braces

2005-05-05 Thread baskaran
x) (i.e. i want to select the content of matching braces) if i use (.*) it goes to the last brace in the end of file. Kindly suggest me an idea Thanking you Regards Baskaran NK -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.per

Re: select the content of matching braces

2005-05-05 Thread Peter Scott
"\sum_{i=1,2,\ldots" But my expected output is > \sum_{i=1,2,\ldots}^{n}f(x) > (i.e. i want to select the content of matching braces) > if i use (.*) it goes to the last brace in the end of file. > Kindly suggest me an idea http://search.cpan.org/~abigail/Regexp-Co

select the content of matching braces

2005-05-05 Thread baskaran
x) (i.e. i want to select the content of matching braces) if i use (.*) it goes to the last brace in the end of file. Kindly suggest me an idea Thanking you Regards Baskaran NK -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.per