”url(http://exapmle.com)”からurlを取り出すスマートな方法。 Feb 12, 2015 現在は str = "url(http://exapmle.com)" str.split("(")[1].split(")")[0] => "http://exapmle.com" 等としていますが、もうちょっとスマートな方法があるような気がします。