G
Gaston
Sorry if this question seems trivial, but for the life of me, I can'
figure out how to search for something within a string.
Say I got str1="ABC" and str2="AAA AAB AAC ABC ABC"
I want to be able to search str2 and see if str1 exists within it.
Thanks in advanced
figure out how to search for something within a string.
Say I got str1="ABC" and str2="AAA AAB AAC ABC ABC"
I want to be able to search str2 and see if str1 exists within it.
Thanks in advanced