[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 2954
type TGRegex = object |
||
function new(); |
|
|
function get_capture_count; |
|
|
function get_compile_flags; |
|
|
function get_has_cr_or_lf; |
|
|
function get_match_flags; |
|
|
function get_max_backref; |
|
|
function get_max_lookbehind; |
|
|
function get_pattern; |
|
|
function get_string_number(); |
|
|
function match(); |
|
|
function match_all(); |
|
|
function match_all_full(); |
|
|
function match_full(); |
|
|
function ref; |
|
|
function replace(); |
|
|
function replace_eval(); |
|
|
function replace_literal(); |
|
|
function split(); |
|
|
function split_full(); |
|
|
procedure unref; |
|
|
function check_replacement(); |
|
|
function error_quark; |
|
|
function escape_nul(); |
|
|
function escape_string(); |
|
|
function match_simple(); |
|
|
function split_simple(); |
|
|
end; |
|