in reply to Spelled out numbers to numerical equivalent function
#!/usr/bin/perl + + use Lingua::EN::Numericalize; + + print str2nbr('First, Second, Third, Twentythird');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Spelled out numbers to numerical equivalent function
by mayhem (Hermit) on Apr 12, 2005 at 18:55 UTC |