GoLang chop

request it (274)
GoLang replacement for PHP's chop [edit | history]



Do you know a GoLang replacement for PHP's chop? Write it!

PHP chop

PHP original manual for chop [ show | php.net ]

chop

(PHP 4, PHP 5, PHP 7)

chopAlias of rtrim()

Description

This function is an alias of: rtrim().

Notes

Note:

chop() is different than the Perl chop() function, which removes the last character in the string.