[Scilab-users] Using double quote character in regular expressions

2013-02-27 Thread amiege
Hi, I am trying to scan a file using mopen, mtell and mgetl. I need to check each line against different regular expressions, one of them having some double quote characters inside it and that's causing me trouble. The regular expression is as follows: but that generates an error in Scilab

Re: [Scilab-users] Using double quote character in regular expressions

2013-02-27 Thread Antoine Monmayrant
On 27/02/2013 16:41, amiege wrote: Hi, I am trying to scan a file using mopen, mtell and mgetl. I need to check each line against different regular expressions, one of them having some double quote characters inside it and that's causing me trouble. The regular expression is as follows: but

Re: [Scilab-users] Using double quote character in regular expressions

2013-02-27 Thread amiege
Antoine Monmayrant wrote I cannot read your code and error samples. Is that a problem on the email you send? Antoine ___ users mailing list users@.scilab http://lists.scilab.org/mailman/listinfo/users Sorry about this, not sure why that is.

Re: [Scilab-users] Using double quote character in regular expressions

2013-02-27 Thread Antoine Monmayrant
On 27/02/2013 17:00, amiege wrote: Antoine Monmayrant wrote I cannot read your code and error samples. Is that a problem on the email you send? Antoine ___ users mailing list users@.scilab http://lists.scilab.org/mailman/listinfo/users Sorry about