Theo Van Dinter wrote:
You may also want to
look at M::SA->check_message_text().
Theo,
I'd prefer to use M::SA->check_message_text(), but if I do a
M::SA->check_message_text('This is a programmer's nightmare.'), then
M::SA->check_message_text() will choke because of the (') in the middle
of the string. How do I properly get around this problem?
Also, M::SA->check_message_text('This too\') is a problem too because of
the (\) escapes the final ('), as does M::SA->check_message_text('This
too\\\').
Any ideas on the best way to handle this?
Joe