PrefixMatch - Maple Help

Online Help

All Products    Maple    MapleSim


LibraryTools

  

PrefixMatch

  

find names matching prefix in all libraries

 

Calling Sequence

Parameters

Description

Examples

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

withLibraryTools:

PrefixMatchLinear

See Also

LibraryTools

LibraryTools[Create]

LibraryTools[FindLibrary]

LibraryTools[Priority]

march