Ben Wylie wrote:
> I have tried to write a rule which would hit a line which only
> contains four capital letters, each separated by a space.
>
> so i wrote a body rule:
> /^[A-Z]\s[A-Z]\s[A-Z]\s[A-Z]$/
>
> unfortunately it doesn't hit when I expect it to:
> C T C X
>
> If I take the ^ and $ parts, it does hit, but i would like it to only
> hit if that is the only thing on a particular line.
>
> Have I made a mistake here? How might I get a rule like this to work?
Use rawbody for this. Body rules have CR/LF stripped out.


Reply via email to