wxWidgets/tests/strings
Vadim Zeitlin 6becc1e617 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
2010-10-22 14:17:37 +00:00
..
crt.cpp
iostream.cpp
stdstrings.cpp Implement comparisons between wxString::iterator and const_iterator. 2010-10-21 19:22:33 +00:00
strings.cpp Added "rest" argument to wxString::Before{First,Last}(). 2010-10-22 14:17:37 +00:00
tokenizer.cpp
unichar.cpp
unicode.cpp
vararg.cpp Disable test failing under VC6 only. 2010-09-30 14:30:18 +00:00
vsnprintf.cpp Use wxUSING_VC_CRT_IO for MSVC CRT-specific test results. 2010-10-03 17:16:00 +00:00