Mar 25, 2005 #1 willz99ta IS-IT--Management Sep 15, 2004 132 US Howdy, What is the easiest way to search a string for three concurent characters? Thanks for any help Willz99ta
Howdy, What is the easiest way to search a string for three concurent characters? Thanks for any help Willz99ta
Mar 25, 2005 #2 xwb Programmer Jul 11, 2002 6,828 GB I'm not sure what you mean by concurrent characters. If you actually meant consecutive, try strstr. Upvote 0 Downvote
Mar 25, 2005 #3 sedj Programmer Aug 6, 2002 5,610 <string.h> holds lots of functions for working with strings (including the strstr() function). See this link : http://www.cplusplus.com/ref/cstring/ -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
<string.h> holds lots of functions for working with strings (including the strstr() function). See this link : http://www.cplusplus.com/ref/cstring/ -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk