Hello folks,
I'm sort of new at this, so bare with me. I have a search function on my website for a part number cross reference and I'd like to add the capability to use regular expressions in the search. Right now the user must type the search string almost exactly as it is in the database (it does ignore a few special characters), but I would like to add the option to include some of PERL's regular expression characters like *, [], and ?. Anyone know of an easy way to do this? I could spend a few days trying to figure it out how to program my own code, but I'd rather not.
-Carl
I'm sort of new at this, so bare with me. I have a search function on my website for a part number cross reference and I'd like to add the capability to use regular expressions in the search. Right now the user must type the search string almost exactly as it is in the database (it does ignore a few special characters), but I would like to add the option to include some of PERL's regular expression characters like *, [], and ?. Anyone know of an easy way to do this? I could spend a few days trying to figure it out how to program my own code, but I'd rather not.
-Carl