]> git.saurik.com Git - wxWidgets.git/commit - interface/wx/string.h
Added "rest" argument to wxString::Before{First,Last}().
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 22 Oct 2010 14:17:37 +0000 (14:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 22 Oct 2010 14:17:37 +0000 (14:17 +0000)
commit6becc1e617c65cde68e7e6fcdad27e366bf51792
treec672a1740b8b509dc00506ebd9f3cffaf5084ac2
parentf48a115976827701bb7b4bab7333f7512de08ab2
Added "rest" argument to wxString::Before{First,Last}().

This allows to search the string just once, in BeforeXXX(), when both the
parts of the string before and after some character are needed instead of
having to do it twice in both BeforeXXX() and AfterXXX().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65862 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/string.h
interface/wx/string.h
src/common/string.cpp
tests/strings/strings.cpp