Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Search through many strings dynamically
ResourceFunction["DynamicStringSearch"][list] provides a searchable browser for viewing matching substrings in list. |
Appearance | "Horizontal" | possible values include "Horizontal","Vertical" or "VeryLong" |
LabelingFunction | Identity | function for wrapping each of the items in the result set |
Browse through a long list of labels:
In[1]:= |
Out[2]= |
Set the LabelingFunction option to copy results when clicked:
In[5]:= |
Out[6]= |
When dealing with more than a few thousand strings use the "VeryLong" option:
In[7]:= |
Out[8]= |
This work is licensed under a Creative Commons Attribution 4.0 International License