private static function removeBooleanNot(string $condition) : string { return preg_replace('~^!\\s*~', '', $condition); }