>OK. So here's what I think I've figured out. It'll take more testing >before I'm sure. > >You can't use a positive lookahead before the main section. I should >have known this, given the name "lookahead", right? > >CF does not support lookbehind. > >As a workaround, you can grab the whole <input...> string, then do >another check to find the name="..." bit. Not efficient or elegant, but >it should do the trick. > >--Ben Doom >
Thanks Ben that's where I'm at right now, I can get the input strings, now I need to get what's between name="..." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Get the answers you are looking for on the ColdFusion Labs Forum direct from active programmers and developers. http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid-72&catid=648 Archive: http://www.houseoffusion.com/groups/RegEx/message.cfm/messageid:1093 Subscription: http://www.houseoffusion.com/groups/RegEx/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21
