gregex.sgml

来自「This GLib version 2.16.1. GLib is the lo」· SGML 代码 · 共 632 行 · 第 1/2 页

SGML
632
字号
</para>@regex: @name: @Returns: <!-- ##### FUNCTION g_regex_escape_string ##### --><para></para>@string: @length: @Returns: <!-- ##### FUNCTION g_regex_match_simple ##### --><para></para>@pattern: @string: @compile_options: @match_options: @Returns: <!-- ##### FUNCTION g_regex_match ##### --><para></para>@regex: @string: @match_options: @match_info: @Returns: <!-- ##### FUNCTION g_regex_match_full ##### --><para></para>@regex: @string: @string_len: @start_position: @match_options: @match_info: @error: @Returns: <!-- ##### FUNCTION g_regex_match_all ##### --><para></para>@regex: @string: @match_options: @match_info: @Returns: <!-- ##### FUNCTION g_regex_match_all_full ##### --><para></para>@regex: @string: @string_len: @start_position: @match_options: @match_info: @error: @Returns: <!-- ##### FUNCTION g_regex_split_simple ##### --><para></para>@pattern: @string: @compile_options: @match_options: @Returns: <!-- ##### FUNCTION g_regex_split ##### --><para></para>@regex: @string: @match_options: @Returns: <!-- ##### FUNCTION g_regex_split_full ##### --><para></para>@regex: @string: @string_len: @start_position: @match_options: @max_tokens: @error: @Returns: <!-- ##### FUNCTION g_regex_replace ##### --><para></para>@regex: @string: @string_len: @start_position: @replacement: @match_options: @error: @Returns: <!-- ##### FUNCTION g_regex_replace_literal ##### --><para></para>@regex: @string: @string_len: @start_position: @replacement: @match_options: @error: @Returns: <!-- ##### FUNCTION g_regex_replace_eval ##### --><para></para>@regex: @string: @string_len: @start_position: @match_options: @eval: @user_data: @error: @Returns: <!-- ##### FUNCTION g_regex_check_replacement ##### --><para></para>@replacement: @has_references: @error: @Returns: <!-- ##### STRUCT GMatchInfo ##### --><para>#GMatchInfo is used to retrieve information about the regular expression matchwhich created it.This structure is opaque and its fields cannot be accessed directly.</para>@Since: 2.14<!-- ##### FUNCTION g_match_info_get_regex ##### --><para></para>@match_info: @Returns: <!-- ##### FUNCTION g_match_info_get_string ##### --><para></para>@match_info: @Returns: <!-- ##### FUNCTION g_match_info_free ##### --><para></para>@match_info: <!-- ##### FUNCTION g_match_info_matches ##### --><para></para>@match_info: @Returns: <!-- ##### FUNCTION g_match_info_next ##### --><para></para>@match_info: @error: @Returns: <!-- ##### FUNCTION g_match_info_get_match_count ##### --><para></para>@match_info: @Returns: <!-- ##### FUNCTION g_match_info_is_partial_match ##### --><para></para>@match_info: @Returns: <!-- ##### FUNCTION g_match_info_expand_references ##### --><para></para>@match_info: @string_to_expand: @error: @Returns: <!-- ##### FUNCTION g_match_info_fetch ##### --><para></para>@match_info: @match_num: @Returns: <!-- ##### FUNCTION g_match_info_fetch_pos ##### --><para></para>@match_info: @match_num: @start_pos: @end_pos: @Returns: <!-- ##### FUNCTION g_match_info_fetch_named ##### --><para></para>@match_info: @name: @Returns: <!-- ##### FUNCTION g_match_info_fetch_named_pos ##### --><para></para>@match_info: @name: @start_pos: @end_pos: @Returns: <!-- ##### FUNCTION g_match_info_fetch_all ##### --><para></para>@match_info: @Returns: 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?