notepad++搜索的一些东西

回车符(CR)和换行符(LF)
CR(Carriage Return, 0Dh)——\n
LF(Line feed, 0Ah),——\r
回车(CR)和换行(LF)符都是用来表示“下一行”的。而标准没有规定要使用哪一个。于是产生了三种不同的用法:
Dos和windows采用回车+换行(CR+LG)表示下一行(亦即所谓的PC格式,谁让MS最早雄踞PC市场呢,^_^),
UNIX采用换行符(LF)表示下一行,
MAC机采用回车符(CR)表示下一行。

 

  • In Normal, the text will be searched literally.
  • In Extended, special character sequences will be interpreted as special characters such as newline characters. In this case, you can choose from:
    • \\ - Backslash character;
    • \t – TAB character;
    • \r – CR character;
    • \n – LF character;
    • \0 – NULL character;
    • \x## - Hexadecimal value (between 00 and FF);
    • \u#### - Extended hexadecimal value (between 0000 and FFFF, meant for Unicode characters);
    • \d### - Decimal value (between 000 and 255);
    • \o### - Octal value (between 000 and 377);
    • \b######## - Binary value (between 00000000 and 11111111).
  • In Regular Expression, the query will be handled like a regular expression (POSIX).

The search direction determines to what relative direction of the cursor will be searched. Up means text before the cursor will be searched, Down means text beyond the cursor will be searched.

To find the (next) hit, press Find Next (or Enter). Count will count the amount of hits the search will result in.Find all in all opened documents will search all opened documents and displays a list of results for each file, see also Searching in Files. Find all in current documents behaves in a very similar way.

Close simple closes the search dialog (close button and ESC do the same).

转载于:https://www.cnblogs.com/muouren/p/3906156.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值