Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
NAME strRightRev - returns characters from the end of a string SYNOPSIS strRightRev [STRING] [LENGTH] EXAMPLES strRightRev abcdefg 3 (returns: "defg") strRightRev This is a string 1 (returns: "his is a string") DESCRIPTION This command requires two parameters, a string and an integer. It will return the end of the string omitting the start of the string the length of the integer. See the examples above. Do not surround the string with quotes. The integer must come after a space at the end of the string. AUTHOR Allen Ormond <aormond (at) gmail (dot) com>