Hello @deicide_bg,
don’t think there is a need for such function as substring() function seems pretty straightforward:
-
substr($col_name$, n)
removes first n chars from string
-
substr($col_name$, 0, length($col_name$) - n )
removes last n chars from string
Hope this helps!
Br,
Ivan