mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 20:17:24 +02:00
Fix typo in regex_replace docs.
Regenerate docs. [SVN r49443]
This commit is contained in:
@ -190,7 +190,7 @@ syntax highlighted HTML code.
|
||||
}
|
||||
|
||||
extern const char* pre_expression = "(<)|(>)|(&)|\\r";
|
||||
extern const char* pre_format = "(?1<)(?2>)(?3&)";
|
||||
extern const char* pre_format = "(?1<)(?2>)(?3&)";
|
||||
|
||||
|
||||
const char* expression_text =
|
||||
|
Reference in New Issue
Block a user