/*
* 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 - Digestion times?
Paleo Diet: Raw Paleo Diet and Lifestyle Forum
Raw Paleo Diet Forums => General Discussion => Topic started by: joej627 on May 30, 2012, 04:32:17 am
This has probably been answered somewhere but i was curious on average digestion times of common RPD foods. I'm trying to fix my digestive system and trying to follow food combining and things like that. I don't eat all raw meat or anything yet but i know digestion is way quicker that way. I also know mono-meals seem to be the easiest for your body to process. So the things i eat in question are: -rare/raw beef (ground, liver, heart, steaks, etc) -raw marrow -raw butter -raw eggs -raw nut butters -raw/rare salmon sashimi -avocado -olive oil -coconut oil Don't feel like you have to answer them all =) -Joe
Sweet fruit digests the fastest, muscle meats are somewhere in between, fat probably takes the longest. Roughly.
except the coconut oil.... that's probably somewhere between the sweet fruit and meat.
Thanks guys, and everybody finds that chewing isn't as important when eating the raw/rare meats, eggs, avocados, etc? -Joe
Chewing will always improve digestion. Just avoid chewing acid stuff (bad for teeth).
Chewing will always improve digestion. I think it may be best NOT to chew raw meat, for digestion, energy, healing etc.
I think it may be best NOT to chew raw meat, for digestion, energy, healing etc. Why?
Thanks guys, and everybody finds that chewing isn't as important when eating the raw/rare meats, eggs, avocados, etc? -Joe I've always found that not chewing raw meats makes digestion thereof easier.
maybe person specific huh
chewing the meat making the digestion worse makes no sense to me. How can more surface area make the food harder to digest?
I can't say I've noticed that, but I do know that I am not one for chewing it 32 times, even though theoretically it is better.
32? I thought it was 33 times AL Geeze ;D