Ray
-----Original Message-----
From: Barney Boisvert [mailto:[EMAIL PROTECTED]
Sent: Monday, March 22, 2004 11:05 AM
To: CF-Talk
Subject: RE: Regex help
Probably easier to use listToArray(text, chr(10)) and then you can
iterate
over the array (each element containing one line).
Cheers,
barneyb
> -----Original Message-----
> From: Ray Bujarski [mailto:[EMAIL PROTECTED]
> Sent: Monday, March 22, 2004 10:56 AM
> To: CF-Talk
> Subject: Regex help
>
> I am parsing a document that is a simple unix text document.
> I want to
> grab one line at a time so I use refind("^.*$", text, 1,
> true). However
> this doesn't grab a single line at a time, it grabs the entire blob of
> text?! Am I doing something wrong?
>
> Thanks,
>
> Ray
>
>
>
>
_____
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

