関数定義書 JavaDoc 仕様書

convert_aaregex_to_pcre

構文構文

static pattern_t convert_aaregex_to_pcre(
  const char * aare
  int anchor
  char * pcre
  size_t pcre_size
  int * first_re_pos
)

パラメータパラメータ

aare
anchor
pcre
pcre_size
first_re_pos

処理説明処理説明

・* /*/ and /** to describe paths
・* /*/ /**/ /**
・foo/*bar -> should match /foo/bar
・*/foo -> should not match //foo

ファイル名ファイル名

parser_regex.c

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | parser_regex.c