Go to the first, previous, next, last section, table of contents.


trimString

Function: trimString { string -> string }
file: job.t
package: muf
status: tentative

The trimString function removes all leading and trailing whitespace from the given string, and returns the result.

NOTE: It should perhaps take an argument string consisting of the characters to strip.


Go to the first, previous, next, last section, table of contents.