Replacing brackets with Regex Match AutoSuggest Provider

Hello. I'm trying to get suggestions for all instances of [[1111]]. The numbers vary so I'm using the pattern: (\[\[)(\d+)(\]\])

But I can't get the a suggestion from $1$2$3 or [[$2$3. I'm obviously missing something. Can I get some help?

 

Thanks