Skip to content

sfind

Category: string
GitHub: cute_string.h


Scanning from left-to-right, returns a pointer to the substring find.

#define sfind(s, find) cf_string_find(s, find)
Parameters Description
s The string.
find A substring to search for.

Return Value

Returns NULL if not found.

sdyna
sfirst_index_of
slast_index_of