This seemed simple at first, but I can't find a good solution. It must be fast, so I first looked at all the String Functions, but to no avail...
I want to extract the string value between the parenthesis. Here is the variable to work with:
$var = "link(http://www.ask.com) etc"
And I want the result to be:
Result: http://www.ask.com
Is this possible without using Regular Expressions?