Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Find and list all symbols with a particular option
ResourceFunction["SymbolsWithOption"][opt] gives a list of the names of symbols that support the given option. | |
ResourceFunction["SymbolsWithOption"][opt,patt] gives a list of names matching the string pattern patt. |
List the names of all available symbols that support the IgnoreCase option:
In[1]:= | ![]() |
Out[1]= | ![]() |
List just those symbols whose names match the given string pattern:
In[2]:= | ![]() |
Out[2]= | ![]() |
List those symbols with a Method option whose name contains "nds" with any capitalization:
In[3]:= | ![]() |
Out[3]= | ![]() |
List those symbols with a Method option whose name is similar to "Solve":
In[4]:= | ![]() |
Out[4]= | ![]() |
Options returns all the options of a given symbol:
In[6]:= | ![]() |
Out[6]= | ![]() |
In[7]:= | ![]() |
Out[7]= | ![]() |
List the option’s value for each symbol name in the result:
In[8]:= | ![]() |
Out[8]= | ![]() |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License