Ezhil-Lang icon indicating copy to clipboard operation
Ezhil-Lang copied to clipboard

add substring function

Open arcturusannamalai opened this issue 8 years ago • 0 comments

add substring function to do things like,

x = "Ezhil" y = substr(x,2) # y-> "hil" z = substr(x,2,3) # z -> "hi"

arcturusannamalai avatar May 13 '16 11:05 arcturusannamalai