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


`string-match?' - regex match

Usage: (~~ text match)
string-match?: Test to see if a string fully matches a pattern. Case is significant.

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


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