現在は

str = "url(http://exapmle.com)"
str.split("(")[1].split(")")[0] => "http://exapmle.com"

等としていますが、もうちょっとスマートな方法があるような気がします。