DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43541>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43541 Summary: ArrayIndexOutOfBoundsException Product: Regexp Version: unspecified Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: Other AssignedTo: regexp-dev@jakarta.apache.org ReportedBy: [EMAIL PROTECTED] I would like split a string every 250 caracters at 11 times : I try with this regexp : (.{0,250}){11} I try with the RE Demo and I obtain this error message : java.lang.ArrayIndexOutOfBoundsException -5353 I try with this regexp : (.{0,250})(.{0,250})(.{0,250})(.{0,250})(.{0,250})(.{0,250})(.{0,250})(.{0,250})(.{0,250})(.{0,250})(.{0,250}) I obtain the same issue. Best regards I use jdk 1.4 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]