cyprus106
Programmer
- Apr 30, 2001
- 654
i need a function that searches only so far in a string, and searches for a certain phrase, or set of characters. this is just like strstr, but it only searches a designated part of the string. i.e.:
if my phrase was "borland C++ is great" and i wanted to search for 'great' between the 9th characterand the last character, i need to know how to make a function that does that, but i don't know how, any sugestions? Cyprus
if my phrase was "borland C++ is great" and i wanted to search for 'great' between the 9th characterand the last character, i need to know how to make a function that does that, but i don't know how, any sugestions? Cyprus