When I am trying to search for some word containing caret character ^
in UltraEdit, it is not showing me any searched result. For this I have to search the word with double occurrence of ^^
.
Example:
The string to find is Search^This
. But I have to search with Search^^This
.
Is there any solution so that I don't have to put two ^
characters in search popup text area because some of the variable names in program may contain more than 2 or even more ^
characters.