/*
* 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;
}
}
}
}
}
Print Page - Raw Sea Urchin / Uni plus Raw Tuna Meal
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet Gallery => Display Your Culinary Creations => Topic started by: goodsamaritan on July 07, 2010, 09:22:08 pm
-
(http://www.myhealthblog.org/wp-content/uploads/2010/07/raw-sea-urchin.jpg)
(http://www.myhealthblog.org/wp-content/uploads/2010/07/raw-tuna-sashimi.jpg)
(http://www.myhealthblog.org/wp-content/uploads/2010/07/raw-sea-urchin-with-raw-tuna-2.jpg)
(http://www.myhealthblog.org/wp-content/uploads/2010/07/raw-sea-urchin-with-raw-tuna.jpg)
From my blog at http://www.myhealthblog.org/2010/07/07/raw-sea-urchin-uni-plus-raw-tuna-meal/#more-3082
-
I thought sea urchin meat was very small?
-
Maybe the market vendors choose the relatively bigger ones to sell.
-
Mmmm.. looking good, GS!
I never tried Sea Urchin. Wonder how it tastes.. Looks intresting! Is it marinated, or do it have this funny color naturally?
Inger
-
All the colors in this meal are natural. Sea urchin edible insides look like that naturally.
-
The sea-urchin eggs I get actually all look orange and smaller in size, but then they're from the Mediterranean.