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:960 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
