Skip to contents

Returns string s without the n rightmost characters

Usage

substr_right_inv(s, n)

Arguments

s

input string

n

number of characters (1 indexed) to chop off the right.