Mathematica 9 is now available

Links$Linked

Names

FilledSmallSquareNames["string"] gives a list of the names of symbols which match the string.

FilledSmallSquareNames["string", SpellingCorrection->True] includes names which match after spelling correction.

FilledSmallSquareNames["string"] gives the same list of names as ?string.

FilledSmallSquareNames returns a list of strings corresponding to the names of symbols.

FilledSmallSquare The string can be a string pattern, with metacharacters such as * and @, as described in Section A.3.13.

FilledSmallSquareNames["context`*"] lists all symbols in the specified context.

FilledSmallSquare With SpellingCorrection -> True, Names includes names which differ in a small fraction of their characters from those specifically requested.

FilledSmallSquare With IgnoreCase -> True or SpellingCorrection -> True, Names treats lower- and upper-case letters as equivalent when matching names.

FilledSmallSquareNames[ ] lists all names in all contexts.

FilledSmallSquare See The Mathematica Book: Section 2.6.12.

FilledSmallSquare See also: Information, Contexts, Unique, ValueQ, FileNames, NameQ.

Further Examples

Links$Linked



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.