Parameters |
Description |
TEXTSTR s1 |
the string to search in |
CTEXTSTR s2 |
the string to locate |
NULL if s2 is not in s1.
The beginning of the string in s1 that matches s2.
Finds an instance of a string in another string.
Custom implementation because strstr is declared unsafe, and to handle switching between unicode and char.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|