https://bugs.kde.org/show_bug.cgi?id=377342

Ahmad Samir <a.samir...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOT A BUG
                 CC|                            |a.samir...@gmail.com
             Status|REPORTED                    |RESOLVED

--- Comment #9 from Ahmad Samir <a.samir...@gmail.com> ---
IIUC, actually with either qregexp or qregularexpression (or pcre for that
matter) \w doesn't match $; perl docs[1]:
<quote>
Similarly, the word boundary anchor \b matches wherever a character matching \w
is next to a character that doesn't, but it doesn't eat up any characters
itself
</quote>

so '$\bPay\b' would work, but that's not how the "whole words" search mode
works in  ktexteditor.

[1]https://perldoc.perl.org/5.30.0/perlretut.html

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to