have you seen the kde one that we bought? where you have drag and drop matches...
i would rather go the other way. lets say i type in a variation of a string type layout that i want to match against. string layout: XXXX1111XXXX1 where x = any character a-z where 1 = any number 0-9 and it would turn out... [az,4][09,4][az,4][09,1] or something like that, im not sure of the real regex for my demo. does that make more sense? tw -----Original Message----- From: Ben Doom [mailto:[EMAIL PROTECTED] Sent: Sunday, July 13, 2003 6:27 PM To: CF-Talk Subject: RE: (OT) RegEx editor : i would love to put some words in a form box.. : : say for instance... : : [EMAIL PROTECTED] : : and then the regex interprets that, and turns it : into some sort of : : @[EMAIL PROTECTED]([EMAIL PROTECTED])%($#([EMAIL PROTECTED])*!@)#$_ : : thing. : : make sense? Not really. : and maybe a wizard type thing...where it could say, do you want : to match...blah's as well? or maybe a blah here or there. If by this you mean things like character classes or this/that/the other choices, I think the editor will take care of that. However, your description is a bit vague. -- Ben Doom Programmer & General Lackey Moonbow Software, Inc ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

