Re: [Gambas-user] Regular Expressions :: Error with gb.pcre component

2012-04-25 Thread Daniel Quintero
Mmm, I updated my Gambas 3.1 last week, I don't know exactly what revision is, but is recent. Ok, I will fix my code. Thanks. *_* *Lic. Daniel Quintero Rojas* http://www.dquinter.com.mx http://futbol.dquinter.com.mx http://twitter.com/#!/dquinteror *¡Saludos des

Re: [Gambas-user] Regular Expressions :: Error with gb.pcre component

2012-04-25 Thread Benoît Minisini
Le 25/04/2012 18:58, Daniel Quintero a écrit : > Hello, I have an error in this line of code when I use the \s constant > in the pattern: > > re = New Regexp(sText, "]*)>") > > If I use "]*)>" (Without the \s) I have no error. > > The error occurs when I press the F5 function key to exe

[Gambas-user] Regular Expressions :: Error with gb.pcre component

2012-04-25 Thread Daniel Quintero
Hello, I have an error in this line of code when I use the \s constant in the pattern: re = New Regexp(sText, "]*)>") If I use "]*)>" (Without the \s) I have no error. The error occurs when I press the F5 function key to execute the program. This is the error text: This applicatio