jchewsmith
Technical User
I have a memo field that has a string that I want to capture that is a specified number of characters after a specific string.
Memo field example:
a:8{s:15:"info_buyRequest";a:9:"aHR0cDovL2IyY4OC8{s:4:"uenc";s:108:,";s:7:"product";"options";a:1:{i:0;a:6:{s:5:"label";s:27:"Your Store Number - 6 digit";s:5:"value";s:6:"123456";s:9:"option_id";}
{s:5:"label";
I want to extract the "123456" from this memo which is the answer to "Your Store Number - 6 digit"
Memo field example:
a:8{s:15:"info_buyRequest";a:9:"aHR0cDovL2IyY4OC8{s:4:"uenc";s:108:,";s:7:"product";"options";a:1:{i:0;a:6:{s:5:"label";s:27:"Your Store Number - 6 digit";s:5:"value";s:6:"123456";s:9:"option_id";}
{s:5:"label";
I want to extract the "123456" from this memo which is the answer to "Your Store Number - 6 digit"