Skip to content

Commit d248514

Browse files
authored
Merge pull request #303 from pryrt/boost178
NPP v8.2: update boost links to v1.78
2 parents 9dc8c10 + 9d7f647 commit d248514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/searching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ In extended mode, these escape sequences (a backslash followed by a single chara
360360

361361
## Regular Expressions
362362

363-
Notepad++ regular expressions use the Boost regular expression library v1.70, which is based on PCRE (Perl Compatible Regular Expression) syntax, only departing from it in very minor ways. Complete documentation on the precise implementation is to be found on the Boost pages for [search syntax](https://www.boost.org/doc/libs/1_70_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html) and [replacement syntax](https://www.boost.org/doc/libs/1_70_0/libs/regex/doc/html/boost_regex/format/boost_format_syntax.html)
363+
Notepad++ regular expressions use the Boost regular expression library v1.78 (as of NPP v8.2), which is based on PCRE (Perl Compatible Regular Expression) syntax, only departing from it in very minor ways. Complete documentation on the precise implementation is to be found on the Boost pages for [search syntax](https://www.boost.org/doc/libs/1_78_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html) and [replacement syntax](https://www.boost.org/doc/libs/1_78_0/libs/regex/doc/html/boost_regex/format/boost_format_syntax.html)
364364

365365
The Notepad++ Community has a [FAQ on other resources for regular expressions](https://notepad-plus-plus.org/community/topic/15765/faq-desk-where-to-find-regex-documentation).
366366

0 commit comments

Comments
 (0)