Why is this regex is not removing everything in the parenthesis?
Regex expression:
[\(\[].*?[\)\]]
Test string:
Firstname Lastename @username ([tesstt](weblinke))
Result of the expression:
Firstname Lastename @username )
It leaves the closing parenthesis.