I wasn't aware of that particular "feature", but it would seem to
remove all meaning from the multiline operator.

Just out of curiosity, have you tried adding something to the
beginning of each line and seeing whether REFind() will handle it
better?  It sounds crazy since both functions use the same regex
engine, but it might be worth a try on a simplified file.  I've seen
crazier inconsistencies than this.

On 7/1/06, Patric Stumpe <[EMAIL PROTECTED]> wrote:
> Hi Ben,
>
> thanks for hint - once again :)
> But what is the multiline operater good for after all? At least if you
> can't use the caret and the dollar sign?
>
> Greetz
> Patric
>
>
> > CF doesn't interpret $ as end-of-line but end-of-string.  Similarly, ^
> > is beginning of string, not line.  I'd use [#chr(10)##chr(13)#]+ instead.
>
> > You'd be surprised how often this trips up people that learned regex on
> > other systems (e.g., Perl).  You know.  People like me.  :-)
>
> > --Ben
>
>
> --
> Patric Stumpe
> mailto:[EMAIL PROTECTED]
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:21:961
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/21
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:21
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to