Day 14: URI.extract
info_link = URI.extract(place_name)
place_name = place_name.gsub(info_link[0], ”) if info_link[0]
URI.extract show you the urls in the string as an array!
转载请注明:XAMPP中文组官网 » Day 14
info_link = URI.extract(place_name)
place_name = place_name.gsub(info_link[0], ”) if info_link[0]
URI.extract show you the urls in the string as an array!
转载请注明:XAMPP中文组官网 » Day 14