powered by
Behaves like Excel's LEFT, RIGHT, and MID functions Author: Bryce Chamberlain.
mid(string, start, nchars)
String to process.
Index (1-index) to start at.
Number of characters to read in from start.
mid( "leftmidright", 5, 3 )
Run the code above in your browser using DataLab