Fix typo in regex_replace docs.

Regenerate docs.

[SVN r49443]
This commit is contained in:
John Maddock
2008-10-23 14:52:50 +00:00
parent 0362d61627
commit fe24031566
32 changed files with 185 additions and 185 deletions

View File

@ -190,7 +190,7 @@ syntax highlighted HTML code.
}
extern const char* pre_expression = "(<)|(>)|(&)|\\r";
extern const char* pre_format = "(?1<)(?2>)(?3&amp;)";
extern const char* pre_format = "(?1&lt;)(?2&gt;)(?3&amp;)";
const char* expression_text =