LibraryTools
PrefixMatch
find names matching prefix in all libraries
Calling Sequence
Parameters
Description
Examples
PrefixMatch( pattern )
pattern
-
string; prefix to search for
PrefixMatch(pattern) searches the libraries in the path specified by libname for all names matching the given prefix pattern. The full name of all matches is returned in a list. If no library contains a name with the given prefix, then [], the empty list is returned.
with⁡LibraryTools:
PrefixMatch⁡Linear
See Also
LibraryTools[Create]
LibraryTools[FindLibrary]
LibraryTools[Priority]
march
Download Help Document