Wolfram: Find Function by Name

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.

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

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

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.

Wolfram. Function Help