"Lachezar Parvov" wrote:
> Hi. I have a problem with wildcard. I use Ms Word 2003 and use to Find and
> replace dialog.
>
> I have current text:
>
> text
> [[ text [[ name [ text ]] text ]]
> text
>
> I want to find this [[ text [[ name [ text ]] text ]]
> I use wildcard and this \[\[*\]\] but Word find this [[ name [ text ]]
>
> Plecae help me how I can find [[ text [[ name [ text ]] text ]]
Have you tried
\[\[*\]\]*\]\]
???