shollyd3169
Member
- Joined
- Sep 7, 2020
- RedCents
- 251¢
Is there a method to find a small string inside a larger string similar to the C# statement?
C#:
intIndex=strBigString.IndexOf(strSearchString)

