I have the following string:
test text x=String[%sasdasd%] and b= String[%jj%]
Of course I want those regexp for C#.
I want with regexp to be able to get those String[%sasdasd%] and String[%jj%]
That means I want to get all texts that start with String[ and end with ]
What is the best regexp out there?