Skip to contents

String first and last characters of a string.

Usage

strip_first_and_last_char(jstring)

Arguments

jstring

String of any number of characters greater than 1.

Value

String with first and last characters stripped.

Details

This is most often used to remove the JSON brackets '{' and '}'.