]> git.saurik.com Git - wxWidgets.git/commit
1) Right(char ch) now returns the part of the string after the last
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Jun 1998 13:20:42 +0000 (13:20 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 18 Jun 1998 13:20:42 +0000 (13:20 +0000)
commitc8cfb486fbb0b901295ab19c4e0b31bc6526f7a3
treef1dc014d02ae5dea44b727bfef66b5194afadcf1
parentb841e0e379f585a35feef93569f1bc27a2b00fb6
1) Right(char ch) now returns the part of the string after the last
   occurence of ch _without_ ch itself (like Left(char ch))
2) Added wxString::Scanf() and wxString::ScanfV()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h
src/common/string.cpp