15.20.string search | ||||
15.20.1. | Search a null-terminated string: determine if url and url2 contain .com, .net, or .org. | |||
15.20.2. | Search for a specific character | |||
15.20.3. | Search for any of a set of characters. In this case, find the first @ or period. | |||
15.20.4. | string search with custom comparison function |