I hereby claim:
- I am nciklol on github.
- I am nciklol (https://keybase.io/nciklol) on keybase.
- I have a public key ASDSB7UcHMzppcZDauPnNXptX_cVs7MJL--ARjjkmFrXRgo
To claim this, I am signing this object:
| NjA2Mzc1NzU4NTI0NTc5ODQw.GhCBrS.hPgEzD7m-p_BUjFUS0qYQW-p_8A2iO-5E-xdiA |
I hereby claim:
To claim this, I am signing this object:
Hey all, just thought I'd right out a quick privacy policy for YBot. If you have any questions make sure to ask in the support server!
I am not a lawyer, just a bot developer. Please don't take me to court.
YBot by design tries to collect as little data as possible on your server, however because of the way its designed, some things are needed to ensure the best experience.
| use regex::Regex; | |
| use std::io; | |
| fn main() { | |
| let re = Regex::new(r"^((?:\+\d{1,3})?\(?\d{3}\)?\-?\d{3}\-?\d{4})\r?\n$").unwrap(); | |
| println!("Enter Phone Number:"); | |
| let mut number = String::new(); | |
| io::stdin().read_line(&mut number).expect("yikes"); |