BTW -- I don't think that [\r\n\s] parses the way you think. For starters, I don't think the studio engine recognizes backslash-escaped classes, since they're not part of the POSIX standard. I think it turns into the equivalent of [rns\].
Again, I could be wrong about the particulars here. I've not used the regex in Studio in a very long while. But yeah, they really should have updated the regex engine in Studio when they redid the regex engine in the server so they at least kinda matched. :-( --Ben chris porter wrote: > yep.. btw another example of a pain in the arse combo of problems in studio.. > <font[^>]*size=.?1.?[^>]*>([\s\w\d\/<>*,-]*)</font>[\r\n\s]*(<[^>]*>[\r\n\s]*)+<[^<]+0976110[^<]+> > > only processes to: > <font[^>]*size=.?1.?[^>]*>([\s\w\d\/<>*,-]*)</font>[\r\n\s]*(<[^>]*>[\r\n\s]*)+ > > gotta love it :) > -chris ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:21:860 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
