Hi all,
I need replacement for FindOneOf(charSet) function of CString in QString,
This function Searches the string for the first character that matches any character contained in charSet and will return its position,
Eg:
CString s( "abcdef" );
s.FindOneOf( "sd" );
this will return 3 because d is the first matching character that is in 3rd Position.
If anybody knows please help me?
Bookmarks