Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Create a string of the FullForm of an expression with fully qualified symbol names
ResourceFunction["ToFullString"][expr] gives a string of the FullForm of expr with fully qualified symbol names. |
Retrieve the ResourceFunction:
In[2]:= |
Out[2]= |
Retrieve the ResourceObject:
In[3]:= |
Out[3]= |
All symbols will have their full context prepended:
In[4]:= |
Out[4]= |
Expressions can be unevaluated:
In[5]:= |
Out[5]= |
Normally, strings are created with the current context and context path taken into account:
In[6]:= |
In[7]:= |
Out[7]= |
This can result in the expression being interpreted differently if the context changes:
In[8]:= |
Out[8]= |
In[9]:= |
Out[9]= |
Using fully qualified symbol names removes any context-related dependency:
In[10]:= |
Out[10]= |
In[11]:= |
Out[11]= |
In[12]:= |
Out[12]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License