mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-23 10:27:51 +02:00
docs: g_regex_match_all: Remove a stray ";" in an example regex
This commit is contained in:
@@ -2357,7 +2357,7 @@ g_regex_match_all (const GRegex *regex,
|
||||
* This function uses a different algorithm (called DFA, i.e. deterministic
|
||||
* finite automaton), so it can retrieve all the possible matches, all
|
||||
* starting at the same point in the string. For instance matching
|
||||
* `"<a> <b> <c>"` against the pattern `"<.*>;"`
|
||||
* `"<a> <b> <c>"` against the pattern `"<.*>"`
|
||||
* you would obtain three matches: `"<a> <b> <c>"`,
|
||||
* `"<a> <b>"` and `"<a>"`.
|
||||
*
|
||||
|
Reference in New Issue
Block a user