Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Core » Whole word find string
Whole word find string [message #27044] Tue, 22 June 2010 21:32 Go to previous message
forlano is currently offline  forlano
Messages: 1185
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

 
Read Message
Read Message
Read Message
Read Message
Previous Topic: int64 formating
Next Topic: [NOT A BUG!] DayOfWeek
Goto Forum:
  


Current Time: Wed May 15 17:22:37 CEST 2024

Total time taken to generate the page: 0.01287 seconds