Hi, i am looking for a regex pattern that will return me the contents of the first set of brackets in a string.
Eg - text text text text (hello) text (hello2) (hello3) text
..will return "hello"
does anyone know what the pattern looks like for c#?