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=32857>. 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=32857 Summary: Documentation is wrong about getChomp and getPrechomp Product: Taglibs Version: 1.1 Platform: All URL: http://jakarta.apache.org/taglibs/doc/string- doc/index.html OS/Version: All Status: NEW Severity: normal Priority: P2 Component: String Taglib AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] getChomp: "Get everything after a specified delimiter. Returns the delimiter as well." If this were the case, <str:getChomp delimiter="T">TestTeee</str:getChomp> would return 'Teee', but it returns 'eee'. getPrechomp: "Get everything up until a specific delimiter. Returns the delimiter as well." Same here, for <str:getPrechomp delimiter="t">TestTeee</str:getPrechomp> according to the documentation 'Test' would be returned, but in fact 'Tes' is returned. -- 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]
