need help to look for a word
-
so i need to look for a word, lets say the word is interface, it would find it but also it won’t.
in the big garble of words in the text file it could look like the below:
192.168.1.1;interface
192.168.1.3interfacePresently it would find and highlight the word interface from 192.168.1.1;interface but not from 192.168.1.3interface, without the semi colon.
What Im trying to get help with is, find any interface name without semi colon in front
-
@Alex-Yuan-CA said in need help to look for a word:
find and highlight the word interface from 192.168.1.1;interface but not from 192.168.1.3interface,
You probably have this setting checkmarked:
Uncheckmark it.
The software sometimes even gives you instruction about this:
-
@Alex-Yuan-CA in case you are trying to simply use in-document highlighting instead of the Find window, there are similar options in the Highlighting section of the Preferences window (Settings > Preferences…):
-
In case you are trying to do any other possible text manipulation, searching, highlighting, etc, etc, or anything you can possibly think of doing to your text, please consult the Notepad++ online user manual, because your answer is probably found there.