You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by bu...@apache.org on 2004/11/05 13:08:18 UTC

DO NOT REPLY [Bug 32080] New: - CharSequence

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=32080>.
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=32080

CharSequence

           Summary: CharSequence
           Product: ORO
           Version: Unknown
          Platform: All
               URL: http://java.sun.com/j2se/1.4.2/docs/api/java/lang/CharSe
                    quence.html
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Main
        AssignedTo: oro-dev@jakarta.apache.org
        ReportedBy: artem@bizlink.ru


It would be great to have an effective
#public synchronized boolean match(CharSequence pattern, CharSequence input)
and
#public synchronized String substitute(CharSequence expression, CharSequence 
input)
methods.
Otherwise we need to copy the CharSequence into the String,
which is cumbersome both in notation and in performance.

I hope there would be a way for you to achieve it
without breaking compatibility with earlier JDKs (if you care).

---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org