string.h --Standard header for string manipulation and memory copy functions
This is an introduction to the functions for manipulating strings.
Copy of string
String length
String search
- strstr function-check if a string is included
- strchr function-check if characters are included
- strrchr function-check from behind if characters are included