Hi,
I m currently working in VB .NET 2003.
I have the following string:
sBIG = "A final Goodbye from Greats"
I need to find whether the above word contains any word say "from".
I could not find a method in VB.net that can provide me the result.
Thanks,
I m currently working in VB .NET 2003.
I have the following string:
sBIG = "A final Goodbye from Greats"
I need to find whether the above word contains any word say "from".
I could not find a method in VB.net that can provide me the result.
Thanks,
Comment