Description Usage Arguments Value
Parses a string (usually a cell name) and extracts fields based on a delimiter
1 | ExtractField(string, field = 1, delim = "_")
|
string |
String to parse. |
field |
Integer(s) indicating which field(s) to extract. Can be a vector multiple numbers. |
delim |
Delimiter to use, set to underscore by default. |
A new string, that parses out the requested fields, and (if multiple), rejoins them with the same delimiter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.