Look this example:
I have currnet text:
[[ text ]]
text
[[text1
]]
text
[[ text [ text ]]
text
[[ text [
text
]]
[[ text [[ text [ text ]] text ]]
I want to find this:
[[ text ]]
and
[[text1
]]
[[ text [[ text [ text ]] text ]]
not
text
and
[[ text [
text
]]
and
[[ text [ text ]]
"Jean-Guy Marcil" wrote:
> "Lachezar Parvov" wrote:
>
> > Yes but If I have this
> >
> > [[alabaa]]
> >
> > [[text]]
> >
> > Will find:
> >
> > "[[alabaa]]
> >
> > [[text]]"
> >
> > not
> >
> > "[[alabaa]]"
> >
> > "[[text]]"
> >
>
> Try:
> \[\[*[!^13]\[\[*\]\][!^13]*\]\]
>
> (This message may appear twice, the silly Web interface disconnected me as I
> was sending my reply... Don't know if it got through or not..., so I am
> sending it it again...)