/* * Patch for filter_var() */ if(!function_exists('filter_var')){ define('FILTER_VALIDATE_IP', 'ip'); define('FILTER_FLAG_IPV4', 'ipv4'); define('FILTER_FLAG_IPV6', 'ipv6'); define('FILTER_VALIDATE_EMAIL', 'email'); define('FILTER_FLAG_EMAIL_UNICODE', 'unicode'); function filter_var($variable, $filter, $option = false){ if($filter == 'ip'){ if($option == 'ipv4'){ if(preg_match("/(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } if($option == 'ipv6'){ if(preg_match("/\s*(([:.]{0,7}[0-9a-fA-F]{0,4}){1,8})\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } if($filter == 'email'){ if($option == 'unicode' || $option == false){ if(preg_match("/\s*(\S*@\S*\.\S*)\s*/", $variable, $matches)){ $variable = $matches[1]; return $variable; } } } } }
Try raw grassfed marrow, however it is even more difficult to get hold of than raw suet. Raw grassfed tongue is a more easily obtainable fatty organ. Plus get hold of very fatty meats like raw mutton(even raw lamb is pretty fatty, IMO).
Yer I've eaten Tesco raw lamb shoulder in the past but I keep getting sick and its difficult to get down.Missed this post. I have avoided Tesco completely ever since I got some weird vomiting issues after eating raw, so-called organic fruit from Tesco's. The fruit tasted odd, as though it had had chemicals in it, and that was the only time I had issues with raw fruit during this diet.
Yeh, it was tesco's I tried. It's not so much the taste now I come to think of it, it's more how it sat in my stomach - felt weird. It gave me runny ones as well.Tesco's is the worst. I make it a rule to avoid buying any raw meats in supermarkets, after a couple of nasty experiences where I bought some so-called wild, raw fish from Sainsbury's which had the most appalling chemical after-taste. Basically, it is in the interests of supermarkets to extent the shelf-life of products for as long as is humanly possible and to make their product look nicer than it really is, so packaged meats will have everything from carbon monoxide-treatment to added preservatives, colour-dyes etc. The only food I every buy from supermarkets re food is organic fruit(from waitrose mainly, which is the least worst of the chains) and alkaline mineral water.
Are the other supermarkets better then? Could you get away with Sainsbury's or M&S if you were out and stuck for food?