shift

Returns "string_exp1" shifted by numeric_exp character. If "numeric_exp" is greater than zero shift to the right else shift to the left.

Syntax

shift ( string_exp1, numeric_exp )