Home » U++ Library support » U++ Core » Whole word find string
Whole word find string [message #27044] |
Tue, 22 June 2010 21:32 |
|
forlano
Messages: 1202 Registered: March 2006 Location: Italy
|
Senior Contributor |
|
|
Hello,
I need to find a substring in "whole word" mode.
For example, if I look for "Lui" and the string is
"my name is Luigi" the search should produce no result as I want just "Lui" and not "Luigi". The sign ",.:;-" should be considered white space.
This feature is available for example in the "Find in Files..." option in theide. I was not able to find a similar option neither in the String method nor in Bazaar.
Is it really not available or am I blind?
Thanks,
Luigi
EDIT: it seems the code I need could be in
bool CodeEditor::Find(bool back, const wchar *text, bool wholeword, bool ignorecase, bool wildcards, bool block)
[Updated on: Tue, 22 June 2010 22:45] Report message to a moderator
|
|
|
|
|
|
Goto Forum:
Current Time: Fri Nov 01 01:06:11 CET 2024
Total time taken to generate the page: 0.02677 seconds
|