#include <string>
#include <map>
#include "langedge/dll_loader.hpp"
#include "langedge/jregex_interface.h"
#include "langedge/pathname.hpp"
jre_util.hppのインクルード依存関係図

ネームスペース | |
| namespace | langedge |
| namespace | langedge::jregex |
関数 | |
| JRegexIF * | JRegMatch (const char *pattern, const char *target, int rflags=0) |
| グローバルな正規表現キャッシュを使ったマッチ. | |
| JRegexIF * | JRegMatch (const std::string &pattern, const std::string &target, int rflags=0) |
| 正規表現キャッシュを使ったマッチ. | |
| JRegexIF * | JRegSubst (const char *pattern, const char *target, char *result, size_t bufsiz, int rflags=0) |
| グローバルな正規表現キャッシュを使った置換. | |
| JRegexIF * | JRegSubst (const std::string &pattern, const std::string &target, std::string &result, int rflags=0) |
| 正規表現キャッシュを使った置換. | |
|
||||||||||||||||
|
グローバルな正規表現キャッシュを使ったマッチ.
|
|
||||||||||||||||
|
正規表現キャッシュを使ったマッチ. 引数が std::string であることを除き、同名の関数に同じ。 |
|
||||||||||||||||||||||||
|
グローバルな正規表現キャッシュを使った置換.
|
|
||||||||||||||||||||
|
正規表現キャッシュを使った置換. 引数が std::string であることを除き、同名の関数に同じ。 |
1.4.2