#include <jre_util.hpp>
langedge::jregex::JREMatcherのコラボレーション図

Public メソッド | |
| JREMatcher (const JRegexLoader *loader=NULL, RegFlags charcodeFlag=JREGEX_NONE) | |
| コンストラクタ. | |
| bool | match (const char *pattern, const char *target, int rflags=0) |
| 正規表現キャッシュを用いたパターンマッチ. | |
| bool | match (const std::string &pattern, const std::string &target, int rflags=0) |
| 正規表現キャッシュを用いたパターンマッチ. | |
| JREMatchRange | getMatchedRange (size_t nth) |
| n番目のカッコにマッチした部分の情報を返す | |
| std::string | operator[] (size_t nth) |
| n番目のカッコにマッチした部分文字列を返す. | |
|
||||||||||||
|
コンストラクタ.
|
|
||||||||||||||||
|
正規表現キャッシュを用いたパターンマッチ.
|
|
||||||||||||||||
|
正規表現キャッシュを用いたパターンマッチ. 引数が std::string であることを除き、同名の関数に同じ。 |
|
|
n番目のカッコにマッチした部分の情報を返す
|
|
|
n番目のカッコにマッチした部分文字列を返す.
|
1.4.2