remove-suffix

Name

remove-suffix -- Return STR with trailing SUFFIX removed if it exists.

Synopsis

(remove-suffix str suffix)

Description

Return STR with trailing SUFFIX removed if it exists.

Implementation Notes

Module: (app scwm stringops)

Defined in scheme/stringops.scm at line 94 (CVS log)