Go to the first, previous, next, last section, table of contents.


`string-contains?' - substring match

Usage: (*==* text match)
string-contains?: Test to see if a string contains a substring. "strstr(3)" will find an address.

Arguments:
text - text to test for pattern
match - pattern/substring to search for


Go to the first, previous, next, last section, table of contents.