mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 21:03:10 +02:00
Fix a typo in GRegex documentation
This commit is contained in:
parent
c6884a7ec9
commit
6f48065958
@ -139,7 +139,8 @@ Flags specifying compile-time options.
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
@G_REGEX_CASELESS: Letters in the pattern match both upper and lower case
|
@G_REGEX_CASELESS: Letters in the pattern match both upper and lower case
|
||||||
letters. It be changed within a pattern by a "(?i)" option setting.
|
letters. This option can be changed within a pattern by a "(?i)" option
|
||||||
|
setting.
|
||||||
@G_REGEX_MULTILINE: By default, GRegex treats the strings as consisting
|
@G_REGEX_MULTILINE: By default, GRegex treats the strings as consisting
|
||||||
of a single line of characters (even if it actually contains newlines).
|
of a single line of characters (even if it actually contains newlines).
|
||||||
The "start of line" metacharacter ("^") matches only at the start of the
|
The "start of line" metacharacter ("^") matches only at the start of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user