RE: [amibroker] Re: JScript regular expression/string match

2007-04-07 Thread Bob Jagow
o: amibroker@yahoogroups.com Subject: Re: [amibroker] Re: JScript regular expression/string match Hi Eric, The data is not only end of string orientated or limited to (^|.)AX The "Actual" search text is: ^AORDYahoo index (Beginning of string) ^AXEJYahoo index (Beginning of string)

Re: [amibroker] Re: JScript regular expression/string match

2007-04-07 Thread Michael.S.G.
Hi Eric, The data is not only end of string orientated or limited to (^|.)AX The "Actual" search text is: ^AORDYahoo index (Beginning of string) ^AXEJYahoo index (Beginning of string) & so on. BHP.AX Yahoo ticker Format (End of String) CTX.AX Yahoo ticker Format (End of String) & s

[amibroker] Re: JScript regular expression/string match

2007-04-07 Thread eric tao
How about single quotation mark? regexp = '/$[\.\^]AX/'; Eric --- In amibroker@yahoogroups.com, "Michael.S.G." <[EMAIL PROTECTED]> wrote: > > Hi Paul, > \.AX should work but does not. > [.]AX does work. > > \^AX should work but does not. > > The ^AX is a problem & I can't find any