RE: [flexcoders] As2lib regexp doesn't work in Flex

2006-04-04 Thread Matt Chotin
That's a known limitation of Flex 1.5. Matt -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stanislav Zayarsky Sent: Tuesday, April 04, 2006 5:12 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] As2lib regexp doesn't wo

Re: [flexcoders] As2lib regexp doesn't work in Flex

2006-04-04 Thread Stanislav Zayarsky
Hello FlexCoders, To Adobe guys: Is this a bug in Flex 1.5? I spent 4 hours and I have just fixed that bug! :) So it doesn't work in Flex because, of this (org.as2lib.regexp.Pattern): static var ACCEPT:Node = new Node(); static var LASTACCEPT:Node = new LastNode(); A classes instance variables

[flexcoders] As2lib regexp doesn't work in Flex

2006-03-31 Thread Sergey Kovalyov
Dear Flexcoders, Are there any ways to make as2lib regexp in Flex? I use Pattern.matches("a*b", "aab") and it returns true in Flash, but either undefined or false in Flex. The same code works different. Could you please assist me with this issue. Regards, Sergey. -- Flexcoders Mailing List FAQ: