Guest User

Untitled

a guest
Sep 20th, 2013
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. require 'net/http'
  2. require 'pp'
  3.  
  4. string = "Contact Us- +91 665 865 753 Mobile - +91 324 878 994 Email - [email protected]";
  5.  
  6. phone = string.gsub!(/\D/, " ")
  7. p phone
Advertisement
Add Comment
Please, Sign In to add comment