Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- require 'net/http'
- require 'pp'
- string = "Contact Us- +91 665 865 753 Mobile - +91 324 878 994 Email - [email protected]";
- phone = string.gsub!(/\D/, " ")
- p phone
Advertisement
Add Comment
Please, Sign In to add comment