unix shell学习札记2

unix shell学习札记2

unix shell学习笔记2

2. 正则表达式与模式匹配

2.1?????????? 正则表达式

正则表达式(Regular Expression,RE)是一种字符模式,用于在查找过程中匹配指定的字符。

正则表达式元字符(通配符)

元字符/通配符

功能

例子

匹配对象

^

行首定位符

/^hello/

匹配以hello开头的

$

<span style=""

unix shell学习札记2

相关文章:

你感兴趣的文章:

标签云: