Regular Expression 正则表达式

本文介绍了正则表达式的概念与应用,包括字面量、元字符等基础知识,并推荐了适合初学者及进阶者的学习资源。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

不知到谁第一个将Regular Expression翻译为正则表达式,反正大家都这么称呼了。

快速入门看这几篇:
http://heishirt.blog.hexun.com/5134833_d.html#

http://www.regexlab.com/zh/regref.htm

http://www.zytrax.com/tech/web/regex.htm

Classic Shell Scripting 这本书的Chapter 3 , Searching and Substitutions中有详细讲解。


要深究,就要阅读下面这本书,共345页,全部讲的是regular expression。

Mastering Regular Expressions

Powerful Techniques for Perl and Other Tools

Jeffrey E.F. Friedl

O'REILLY?

 

 

几个名词解释:

literalliteral is any character we use in a search or matching expression, for example, to find ind in windows the ind is a literal string - each character plays a part in the search, it is literally the string we want to find.metacharactermetacharacter is one or more special characters that have a unique meaning and are NOT used asliterals in the search expression, for example, the character ^ (circumflex or caret) is a metacharacter.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值