1
0
mirror of https://gitlab.gnome.org/GNOME/glib.git synced 2025-04-01 13:23:07 +02:00

docs: Drop the regex-syntax page

Point people to the official PCRE documentation instead, which is going
to be more up to date. This saves us periodically having to copy in and
reformat the PCRE documentation.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: 
This commit is contained in:
Philip Withnall 2023-11-23 18:25:17 +00:00
parent ed5c17018f
commit 2c4a0c83e1
2 changed files with 2 additions and 2486 deletions
docs/reference/glib
glib

File diff suppressed because it is too large Load Diff

@ -45,7 +45,8 @@
* A `GRegex` is the "compiled" form of a regular expression pattern.
*
* `GRegex` implements regular expression pattern matching using syntax and
* semantics similar to Perl regular expression.
* semantics similar to Perl regular expression. See the
* [PCRE documentation](man:pcrepattern(3)) for the syntax definition.
*
* Some functions accept a @start_position argument, setting it differs
* from just passing over a shortened string and setting %G_REGEX_MATCH_NOTBOL