Regexp and multi-line strings?

What is the best way to process a multi-line string (e.g Text attribute, or value read in from an external CSV file cell)?
I can't see how DXL regexps can be made to work on such a beast: is there an easy way?

Regards, Strathglass
strathglass - Thu Jun 04 11:29:59 EDT 2009

Re: Regexp and multi-line strings?
Ron_Lewis - Thu Jun 04 13:49:48 EDT 2009

Look in the dxl help file under regular expression -- one of the examples will process a string one line at a time.

Re: Regexp and multi-line strings?
strathglass - Fri Jun 05 09:36:45 EDT 2009

Ron_Lewis - Thu Jun 04 13:49:48 EDT 2009
Look in the dxl help file under regular expression -- one of the examples will process a string one line at a time.

Thanks Ron - didn't notice that one example before; I'll try doing what that shows - it should work.

Regards, Strathglass.