Searching and ReplacingTwo varieties of search-and-replace operations are supported: search [X] or find [MS] is a text-based mechanism; and structural-search [X] or structural-find [MS] is a structure-based mechanism.
All search commands are parameterized by a value that indicates whether the search must take the case of the string into account. This value is initialized by the editor parameter Respect case on search. If the value is true, then only those strings that match the search string exactly will be found. Otherwise, the case of characters in strings is ignored.
find
search
structural-find
structural-search