Hi,

i am trying to extract string between [[]] from following string.
String e = "This is[[my small]]example[[string which I'm going]] to use for pattern matching";
by using following code :
...