B Bruno Rodrigues Aug 27, 2003 #1 Hi, There is a "Find" method for string objects in .NET Framework? Bruno Rodrigues
A AlexS Aug 27, 2003 #2 Check String.IndexOf(Any) and maybe Regex.Match methods Which to use depends on what you want to find. hth Alex
Check String.IndexOf(Any) and maybe Regex.Match methods Which to use depends on what you want to find. hth Alex