public static function getExcerpt($str, $startPos = 0, $maxLength = 100, $encode = false)
 {
     return FString::getExcerpt($str, $startPos, $maxLength, $encode);
 }