Hi,
    This sounds weird .. here is the problem
Im trying to match an inputString of the form 
********* 
start
amy
end
********

Now when i use the regular expression of the form 
/start\n([^end]*\n)*end\n/

it works fine excpet when the data is
******
start
jon
end
******
If i change jon to jim (or whatever) it works fine... im not sure what the
problem is.. can someone help me.

The matching is being done using the Perl5Util class and the match()
method...

Thanks in advance,
Arvind
CONFIDENTIALITY NOTICE:  E-mail may contain confidential information that is
legally protected.  Do not read this e-mail if you are not the intended
recipient. This e-mail transmission, and any documents, files or previous
e-mail messages  attached to it may contain confidential information that is
legally protected.  If you are not the intended recipient or a person
responsible for delivering it to the intended recipient,  you are hereby
notified that any disclosure, copying, distribution or use of any of the
information contained in or attached to this transmission is STRICTLY
PROHIBITED.  If you have received this transmission in error, please
immediately notify us by reply e-mail, by forwarding this to
[EMAIL PROTECTED] or by telephone at (877) PANACYA, and destroy the
original transmission and its attachments without reading or saving in any
manner.  Thank you.  For information about PANACYA Inc., please visit our
website at http://www.panacya.com.

Reply via email to