/// (returns empty string if ch not found)
wxString wxString::AfterFirst(wxUniChar ch) const
{
wxString str;
int iPos = Find(ch);
if ( iPos != wxNOT_FOUND )
/// (returns empty string if ch not found)
wxString wxString::AfterFirst(wxUniChar ch) const
{
wxString str;
int iPos = Find(ch);
if ( iPos != wxNOT_FOUND )
size_t wxString::Replace(const wxString& strOld,
const wxString& strNew, bool bReplaceAll)
{
size_t wxString::Replace(const wxString& strOld,
const wxString& strNew, bool bReplaceAll)
{