You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Returns a pointer to the beginning of the located substring. Returns NULL if the substring is not found or 'fromIndex' is larger than the length of str */char*sc_str_indexof(constchar*str, constchar*needle, uint32_tfromIndex, intreverse);
maybe we can do something like this, similar to strstr(), it may return located string position.
op string function
The text was updated successfully, but these errors were encountered: