strcasestr()

NAME

strcasestr() - case-insensitive search for substring in a string

SYNOPSIS

#include <strings.h>

char *strcasestr(const char *s, const char *find)

DESCRIPTION

The strcasestr(3) function searches the string s, ignoring case, to find the first occurrence of the string find.

RETURN VALUES

On success, the strcasestr(3) function returns a pointer to the first occurrence of the substring find. On failure, it returns NULL.

SEE ALSO

strstr(3)

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.