Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.

strright

(This command has been awarded a Yubnub Golden Egg)

http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strright&input=%s&xn_auth=no
NAME
    strRight - returns characters from the end of a string

SYNOPSIS
    strRight [STRING] [LENGTH]

EXAMPLES
    strRight abcdefg 3     (returns: "efg")
    strRight This is a string 4     (returns: "ring")

DESCRIPTION
    This command requires two parameters, a string and an integer. It will chop off
    and return the end of the string the length of the integer.

    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) fromrocks (dot) com>
    
27840 uses - Created 2005-08-12 00:38:54 - Last used 2017-05-29 13:31:01
Is this command broken? Tell Jon if you know how to fix it.