I have a String like
"Hello @[---68---] and @[---64---] and d@[---102---] . how are you all?"
Here I want to EXTRACT numbers/strings that starts with "@[---" and ends with "---]", which here is 68,64,102 and so on.
How could I make a pattern/regex for it? Any help would be appreciated. I tried a few solutions from Pattern and Matcher