LibraryTools[PrefixMatch] - find names matching prefix in all libraries
|
Calling Sequence
|
|
PrefixMatch( pattern )
|
|
Parameters
|
|
pattern
|
-
|
string; prefix to search for
|
|
|
|
|
Description
|
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
>
|
|
|
|
Download Help Document
Was this information helpful?