The new forums will be named Coin Return (based on the most recent vote)! You can check on the status and timeline of the transition to the new forums here.
The Guiding Principles and New Rules document is now in effect.

Regular expression builder

World as MythWorld as Myth a breezy way to annoy serious peopleRegistered User regular
edited October 2007 in Help / Advice Forum
Preface: I am extremely non-techy in this particular area, bear with me.

I have a client who needs an admin tool which allows an average user (i.e., not a Unix nerd) to build a regular expression through a simple, Boolean-style online interface. The user would be taking products from their company's database and adding them into our client's database, and a regular expression is what we're using to strip it of their company's labels and categorize it properly within ours. Building it ourselves is possible, but we're strapped for time, and I'm hoping to find a solution online, though I'm having very little luck. A Google search for "regular expression builder" turns up some utilities for desktop apps, but this needs to be online, so I'm looking for something DHTML- or JavaScript-based.

For example: if a user wants to add shoes from their database into our client's database, we need them to be able to type "clothing" into a text field, choose "AND" from a dropdown (which also has "OR" and "NOT" as options), then type "shoes" into the next field, etc. (probably a maximum of three text fields with a drop-down between each one). Something like the top area of Google's advanced search might work too.

I'm not looking for someone to build it; I'm just wondering if anyone has ever stumbled across something that might help me.

kQwcZLJ.png
World as Myth on

Posts

  • LewishamLewisham Registered User regular
    edited October 2007
    What you are asking for isn't hard to code (presuming you are using a language that can dynamically create regexs). I haven't seen anything that will do this for you, but you always have that option.

    Lewisham on
Sign In or Register to comment.