You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2004/12/28 11:35:29 UTC

DO NOT REPLY [Bug 32857] New: - Documentation is wrong about getChomp and getPrechomp

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: taglibs-dev@jakarta.apache.org
        ReportedBy: eric.lewis@swissinfo.ch


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: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org