This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
i have string l_relatedMatterCode which has value something like this:
(00205EPOPP) - 3M Dyneon against E.I. du Pont
I want to strip only the value within the paranthesis and store it in another variable. I cannot do a substring bcos the length of the string within the paranthesis is not always 10.
can anybody help me with any function for this?...
Thankyou and appreciate your efforts in helping me on this. [ October 21, 2005: Message edited by: Mark Spritzler ]
First, let's remove that "URGENT" from your thread topic. Thread that have topics with URGENT tend not to get replies. And doesn't improve your chances of getting an answer quicker.
What about the regex expression "(*)" or something like that. Then it is simple.