Regular Expression Help in .NET
- by Matt H.
I have a simple pattern I am trying to match, any characters captured between parenthesis at the end of an HTML paragraph. I am running into trouble any time there is additional parentheticals in that paragraph:
i.e.
If the input string is "..... (321)</p" i want to get the value (321)
However, if the paragraph has this text: "... (123)…