A
Andrew Ducker
I want to search, in the middle of some other stuff, for:
either an "A" _or_ one or two spaces _or_ nothing.
i.e. my text can be any of:
xxxxAxxxx
xxxx xxxx
xxxx xxxx
xxxxxxxx
Logically, I'd put A{0,2}|/s{0,2} in there, but it really doesn't like
that.
Any suggestions? Or better places to look?
Cheers,
Andy D
either an "A" _or_ one or two spaces _or_ nothing.
i.e. my text can be any of:
xxxxAxxxx
xxxx xxxx
xxxx xxxx
xxxxxxxx
Logically, I'd put A{0,2}|/s{0,2} in there, but it really doesn't like
that.
Any suggestions? Or better places to look?
Cheers,
Andy D