chickadee » chicken-doc » match-node-paths/re

match-node-paths/re re #!optional (limit #f)procedure

Return a list of node records whose full paths match re, a regular expression string or object. re matches against the string representation of the node path, which is composed of each node id joined with spaces. For example, '(chicken foreign access) becomes "chicken foreign access".

limit is an optional integer limit on the number of nodes returned, or #f for no limit.