Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 270 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 270 Bytes

numeric-only

Bash utility function that strips non-numeric characters from its arguments.

Usage

numeric-only "123.456.789"  # => 123456789
numeric-only 123 456 789    # => 123456789
numeric-only 12. 34 5.6 .78 # => 12345678

License

ISC