星期三, 三月 25, 2009

How to search Special character that cannot be typed into search column

Special character summary:

Symbol

Function

^^

searches for a "^" character

^s

searches for selected (highlighted) text when a macro is running

^c

searches for the contents of the clipboard when a macro is running

^b

matches a page break

^p

matches a newline (CR/LF) (paragraph) (DOS Files)

^r

matches a newline (CR Only) (paragraph) (MAC Files)

^n

matches a newline (LF Only) (paragraph) (UNIX Files)

^t

matches a tab character

Note - ^ refers to the character '^' NOT Control Key + value.

 

For more details, please refer to UltraEdit help -> Contents -> Menu command -> Search Menu -> Find command

没有评论: