WolframLang: Find Function by Name, List All Functions

By Xah Lee. Date: . Last updated: .

Find Function by Name

Information["*name*"]

🔸 SHORT SYNTAX: ?*name*

Show a clickable list of function names that contains name.

Information

WolframLang Information 2022-06-03
WolframLang Information
Names["*name*"]

return a list of function names that contains name. Each element is a string.

Names

WolframLang Names 2022-06-03
WolframLang Names

Calling Function is the Essence of Coding WolframLang

It's essential to be able to find the function you want.

All WolframLang's function names are long and descriptive.

WolframLang Function Help