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

numerify

strReplace -find " " -replace -string {foreach {explode {strReplace -find " " -replace , -string {foreach {explode {strReplace -find " " -replace , -string {ord %s}}} -cmd asciinum}}} -cmd chr}
NAME

    numerify - Removes non-numeric characters from a given string.


SYNOPSIS

    numerify [STRING]


DESCRIPTION

    numerify uses Stephen Paul Weber's foreach command to manipulate and parse 
    a string so that all of the non-numerical characters can be removed.  If 
    there are no numbers in the string, a "1" will be returned.


EXAMPLES

    numerify R2-D2
    Returns 22.

    numerify Artoo
    Returns 1.


AUTHOR

    Paul M. Boren
    pmboren AT gmail DOT com
    
30 uses - Created 2010-03-13 10:10:45 - Last used 2016-03-25 10:26:58
Is this command broken? Tell Jon if you know how to fix it.
Do you find this command offensive? Let Jon know.