Prelude.String
Functions operating on strings
.
Summary
is_integer?(str) | Checks if a string is the string representation of an integer |
to_int(y) | Safely convert strings to integers |
Functions
Checks if a string is the string representation of an integer
Safely convert strings to integers
Leaves integers alone, and defaults to 0 on error