Something like: (?=<input.*?)name="[^"]+"
I *think* that's the correct syntax. This assumes you want to grab just the name="bob" part. Let me know if you need something else, or (of course) if that isn't working right. --Ben Larry Lyons wrote: > hi, > > I'm receiving a string that contains one or more forms. What I need to do is > extract all the names of the input form fields from each of the forms. Any > help would be appreciated. > > thx, > > larry > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today ColdFusion 8 beta - Build next generation apps Archive: http://www.houseoffusion.com/groups/RegEx/message.cfm/messageid:1089 Subscription: http://www.houseoffusion.com/groups/RegEx/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.21
