is_nice()
tells you if a string is nice or not. Written in Rust 🦀, memory safe 🛟, and blazingly fast 🚀!
To use as a library: cargo add is-nice
You can also get the CLI version with cargo install is-nice
.
``` is-nice 68 not nice
is-nice 69 nice
is-nice LXIX nice ```
Also check out is-thirteen.
No.