You are viewing a plain text version of this content. The canonical link for it is here.
Posted to regexp-dev@jakarta.apache.org by bu...@apache.org on 2002/05/16 13:24:04 UTC

DO NOT REPLY [Bug 9153] - RE.match() hangs when using {n,m}

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9153>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9153

RE.match() hangs when using {n,m}

thomas.letsch@loyaltypartner.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|RE.match() hangs when using |RE.match() hangs when using
                   |{n,m}                       |{n,m}



------- Additional Comments From thomas.letsch@loyaltypartner.com  2002-05-16 11:24 -------
Sorry, but it should be 
RE re = new RE("^([\w\s]{1,50})$");
re.match("Controlling &Cheques");


But the problem remains the same..

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>