Hello,
Here is the regex formula to extract the inside of the parentheses : (\ ((. *?) \)) .
I created text1 with "Software (F01)" in it And I created another text (text2) to return the inside of the parentheses so F01.
In text2.Text: Match (text1; "(\ ((. *?) \))") . But it doesn't work even though it's the correct regular expression...
Thank you to the people who will answer me.