Discretionary line breaks are ignored in Grep searches?
Hi,
I have some text with discretionary line breaks in it. When I do a grep search, it ignores the breaks as characters.
For example, text is "a<discretionary_line_break>b"
Grep is "ab"

The text containing the break will be found, but I don't want to find it... only exact "ab" matches.
Do you have any ideas of how to find matches that do not have the break char? (~k)
Thanks!
Christopher