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


`string-equals?' - string matching

Usage: (== text match)
string-equals?: Test to see if two strings exactly match.

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


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