Hi,
I have following problem . I have a multi-line string containing
several patterns I have to match.
The problem is, that my patterns may span several lines . The question
is : How can I express a
regular expression , that ignores line-feeds and carriage returns ?
I'm using the module "RE" and the method "search".
thx in adv
Charly