I'm trying to find all words which are enclosed in double brackets and contain a bracket in the middle of the word, I am using Java.
I have this so far but its not quite working.
\\[\\[[\\[|\\]]\\]\\]
Any suggestions?
For this sample input "hello [[wo[orld]]", I'd like to find "[[wo[orld]]".