34 #include "../Core/System/sharedptr.h"
55 CL_RegExp(
const char *expression,
int compile_flags = 0,
bool study =
false);
74 compile_auto_callout = 2,
76 compile_dollar_endonly = 8,
78 compile_extended = 32,
80 compile_multi_line = 128,
81 compile_no_auto_capture = 256,
82 compile_ungreedy = 512,
84 compile_no_utf8_check = 2048
93 search_no_utf8_check = 16,
102 int get_string_number(
const char *name)
const;
120 int start_offset = 0,
121 int search_flags = 0)
const;
125 int start_offset = 0,
126 int search_flags = 0)
const;
146 CL_SharedPtr<CL_RegExp_Impl> impl;