Skip to content

find

Find a component or components.

Signature

find <STRING/REGEX>

Search components for a particular name, reference designator, or mpn. The command is stateful and if executed multiple times, it will, on the first invocation show all results, and the number of results, and for each subsequent invocation with the same argument, it'll loop through each result.

If the argument is surrounded with / it will be interpreted as a word-boundary anchored regular expression. For a full description of the regular expression flavor, please refer to JavaScript regular expressions.