Is it possible to create a variable with a reg expression of some sort or some other type of code that might complete the below task?
For instance, the data in var test = parta but could also be equal to partm. Note i don't want an array...
I'm using this in a sql search, but I have 1000s of different models and series and only want to return certain series of models without returning series similar to the input...
Is there something that will allow that fifth character to be a list of desired characters...?
Another example i have model
two models in same series
515-n
515m
model in different series 1515
I don't want to return the 1515 if im searching the 515 series...
Note that this isn't the only combination... so the search cannot be specified to just this one... needs to be generic result.