Search Fails to Find Whole Word

greetings kind regards
v12.0.1
please see attached GIF demonstrate Search fails to find whole word “tooltip” . please note Visual Studio Find succeeds . my expectation is “010 Editor” to behave identically re/ Search / Find .
thank you kindly
Search Not As Visual Studio

Hello. Yes, there is a bug with find and whole word and I believe this bug has already been fixed in our upcoming v15. The bug only appears on certain character sets and I think UTF-8 works ok but there is an issue with ANSI. We hope to have v15 released in early spring if everything goes well. If you can use UTF-8 or search without whole word until we can get the new release out that would be great, but if it is causing you problems we should be able to back-port to v14 and get you a patch release.

Graeme
SweetScape Software

greetings and kind regards
i had a similar discussion w/ the maintainer of gnGrep re/ “whole word” . links below . he proposed a solution . perhaps it will also be helpful in your situation . as for me i was not aware “whole word” is not integral to regex engines but requires the pattern be modified to suit the users intention so in my own use of search / replace i will no longer select said option but instead utilize the word boundary anchors . if i were the author of an editor providing search / replace i would consider informing the user of the use of the /b anchor and not provide the troublesome option .

https://github.com/dnGrep/dnGrep/issues/813#issuecomment-1411019100
https://github.com/dnGrep/dnGrep/issues/813

kind regards