
October 28th, 2008, 05:56 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Location: Boston, MA
Posts: 5
Time spent in forums: 3 h 48 m 21 sec
Reputation Power: 0
|
|
|
Extract String Within Parenthesis
I have the following string of characters in the body of an email:
(name)This is a line.
I want to extract the "name" from the parens. What is the easiest way to go about this? The characters in parens are always going to be alpha, no numbers.
|