RegEx to search between commas in variable, and based on value, perform logic – Magento
I have a variable called $DiscountDescriptionTrimmed that could, possibly, contain data in formats such as: "Free and Fast Shipping Club Member, A63540678, " Or "A63540678, " I'd like to find the Gift Card number in this variable (Example: A63540678) and…