#include <vector>
#include <string>
#include <algorithm>
#include "langedge/ctypeutil.hpp"
strutil.hppのインクルード依存関係図

ネームスペース | |
| namespace | langedge |
関数 | |
| const char * | chop (char *s) |
| 文字列の末尾文字の削除. | |
| const unsigned char * | chop (unsigned char *s) |
| 文字列の末尾文字の削除. | |
| const std::string & | chop (std::string &s) |
| 文字列の末尾文字の削除. | |
| const char * | chomp (char *s) |
| 文字列の末尾の改行(LF)の削除. | |
| const unsigned char * | chomp (unsigned char *s) |
| 文字列の末尾の改行(LF)の削除. | |
| const std::string & | chomp (std::string &s) |
| 文字列の末尾の改行(LF)の削除. | |
| char * | copy_c_str (const std::string &s, char *buf, size_t bufsiz) |
| copy C-like string. | |
| const std::string & | str_tolower (std::string &s) |
| 文字列中の英字をすべて小文字に変換する. | |
| const std::string & | str_toupper (std::string &s) |
| 文字列中の英字をすべて大文字に変換する. | |
|
|
文字列の末尾文字の削除.
|
|
|
文字列の末尾文字の削除.
|
|
|
文字列の末尾文字の削除.
|
|
|
文字列の末尾の改行(LF)の削除.
|
|
|
文字列の末尾の改行(LF)の削除.
|
|
|
文字列の末尾の改行(LF)の削除.
|
|
||||||||||||||||
|
copy C-like string. std::string をC-likeな文字列バッファにコピーする。
|
|
|
文字列中の英字をすべて小文字に変換する.
|
|
|
文字列中の英字をすべて大文字に変換する.
|
1.4.2