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

strrightrev

http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strrightrev&input=%s&xn_auth=no
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>
    
1326 uses - Created 2006-04-23 14:46:03 - Last used 2013-03-27 16:37:54
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.