![]() |
Type in a command, or "ls dictionary" to search all commands for "dictionary", etc.
|
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