text.find

scratch/main> text.find token123 "99" tokenABC

Finds terms with literals (text or numeric) or documentation containing the given token arguments. Partial string matches are supported.

Numeric literals must be quoted (ex: "42") but single words need not be quoted.

Does not search through lib namespace. Use text.find.all to search through dependencies.