[Gambas-user] Find a ( with a Regexp

2010-04-23 Thread David Villalobos Cambronero
Hi, I need to find a ( with an a Regexp. Does anybody knows how to? I've tried but I could not :( -- Regards --- David -- ___ Gambas-user mailing list

Re: [Gambas-user] Find a ( with a Regexp

2010-04-23 Thread Jussi Lahtinen
Please elaborate... you can't use InStr() ? Jussi 2010/4/23 David Villalobos Cambronero david.villalobo...@gmail.com: Hi, I need to find a ( with an a Regexp. Does anybody knows how to? I've tried but I could not :( -- Regards --- David

Re: [Gambas-user] Find a ( with a Regexp

2010-04-23 Thread David Villalobos Cambronero
No, it has to be inside a Regexp $hRexEpr = New Regexp($sLineSymbol, ^function \() But it does no work :( -- Gracias --- David -- ___ Gambas-user mailing list

Re: [Gambas-user] Find a ( with a Regexp

2010-04-23 Thread Jussi Lahtinen
Component status is experimental... maybe there are bug? Jussi On Fri, Apr 23, 2010 at 22:43, David Villalobos Cambronero david.villalobo...@gmail.com wrote: No, it has to be inside a Regexp $hRexEpr = New Regexp($sLineSymbol, ^function \() But it does no work :( -- Gracias --- David

Re: [Gambas-user] Find a ( with a Regexp

2010-04-23 Thread BenoƮt Minisini
Component status is experimental... maybe there are bug? Jussi On Fri, Apr 23, 2010 at 22:43, David Villalobos Cambronero david.villalobo...@gmail.com wrote: No, it has to be inside a Regexp $hRexEpr = New Regexp($sLineSymbol, ^function \() But it does no work :( --