summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorAhmad Samir <a.samirh78@gmail.com>2020-12-27 15:27:42 +0200
committerGiuseppe D'Angelo <giuseppe.dangelo@kdab.com>2020-12-28 14:35:39 +0000
commit824c726340ed8da0393aa97016682bcfd8c8bdc3 (patch)
tree7ccf4a67caaef5b1fb02bded0f14bfe7758bff33 /src/plugins
parent24cf218b3985941887a7f0dcfc249e3367768700 (diff)
QRegularExpression: mention raw string literal in the docs
Raw string literals (since C++11 according to [1]), make writing/reading regex patterns easier, since one can just use e.g. "\w\d" without having to escape those backslashes e.g. "\\w\\d"; this is especially useful with longer/more complex regex patterns. [1] https://en.cppreference.com/w/cpp/language/string_literal Pick-to: 5.15 6.0 Change-Id: I119f9566d27222b915af931ee7e13e064baede61 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: André Hartmann <aha_1980@gmx.de>
Diffstat (limited to 'src/plugins')
0 files changed, 0 insertions, 0 deletions