$str.chop
Returns a string removing n characters from the end of it.
Usage
<string> $str.chop(<data:string>,<n:integer>)
Description
Returns a string removing n characters from the end of it.

Index, Functions