Description Usage Arguments Details Value Examples
This function replicates the MID function in Excel and is utilised for left trimming of character strings.
1 |
text |
The text you want to MID trim |
start_num |
The start number to start the trim. This needs to be numeric. |
num_char |
The number of characters your want to trim by. This field needs to be numeric. |
This has been included as a convenience function for working with text and string data.
The extracted text between the start_num and the num_char to produce a sub string result.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.