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

strleftrev

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

SYNOPSIS
    strLeftRev [STRING] [LENGTH]

EXAMPLES
    strLeftRev abcdefg 3     (returns: "abcd")
    strLeftRev This is a string 6     (returns: "This is a s")

DESCRIPTION
    This command requires two parameters, a string and an integer. It will return the beginning
    of the string omitting the end 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>
    
418 uses - Created 2006-04-23 14:41:32 - 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.