I've updated StringUtils to version 1.8, with the following changes:

- Fixed a bug in EndsWithB that would cause it to fail on multi-byte
characters.
- Added versions of Chop and ChopB that specify a string to chop off,
rather
   than a number of characters.
- Dramatically improved the speed of Squeeze.  NOTE: Also changed the
   behavior slightly.  Squeeze now uses standard, non-binary text
matching.
- A new function, SqueezeB, is now provided for binary squeezing.  Both
   versions are substantially faster than the old one, which always did
binary,
   but existing code may want to switch to SqueezeB.

Thanks to Carlos M. for pointing out that the Squeeze function was not
anywhere near as fast as I thought it was!

   <http://www.verex.com/opensource/>

Cheers,
- Joe

--
Joe Strout -- [EMAIL PROTECTED]
Verified Express, LLC     "Making the Internet a Better Place"
http://www.verex.com/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to