Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Search for a built-in message containing the given text
ResourceFunction["SearchMessages"][str] finds a built-in message containing the substring str. | |
ResourceFunction["SearchMessages"][str,symbol] finds built-in messages associated with symbol containing the substring str. |
Get all messages containing the substring "seats":
In[1]:= |
Out[1]= |
All messages containing "BDF":
In[2]:= |
Out[2]= |
All messages containing "permissions":
In[3]:= |
Out[3]= |
All messages associated with General containing "permissions":
In[4]:= |
Out[4]= |
By default, SearchMessages ignores the case of the search term:
In[5]:= |
Out[5]= |
Find messages containing the exact string "cosine":
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License