代码搜索结果
找到约 3,568 项符合
Strip 的代码
strip_tags.phpt
--TEST--
strip_tags() function
--POST--
--GET--
--FILE--
strip_comments.h
// strip_comments.h
#ifndef STRIP_COMMENTS_H
#define STRIP_COMMENTS_H
#include
void strip_comments ( std::string& s, bool strip_lf = false );
#endif//STRIP_COMMENTS_H
strip_comments.cpp
// strip_comments.cpp
#ifdef _MSC_VER
#pragma warning ( disable : 4786 )
#endif//_MSC_VER
#include "strip_comments.h"
void strip_comments ( std::string& s, bool strip_lf )
{
char* src =