Search variable for 1 or 2 caracters in Meta data field
Posted: Mon May 02, 2016 3:36 pm
Hi,
I'm stuck; i need to sort on a meta data field value witch could contains 1 or more caracters: true or false
If the field contains: A, D, AB, CZ then it should be Yes otherwise it false
i cannot tackle it with [A-Z]{1,2}
Does anyone has a suggestion?
Thanks in advance!
I'm stuck; i need to sort on a meta data field value witch could contains 1 or more caracters: true or false
If the field contains: A, D, AB, CZ then it should be Yes otherwise it false
i cannot tackle it with [A-Z]{1,2}
Does anyone has a suggestion?
Thanks in advance!