regsub命令
时间:2010-02-28 来源:hs272307562
regsub --- 根据模式匹配进行替换
格式:
regsub ?switches? pattern string subspec varname
regsub根据switch,将string中匹配pattern的字符替换为subspec并赋给varname
-all
匹配string所有和pattern一致的字符
-expanded
按扩展格式匹配
-line
表示同时指定-linestop和-lineanchor
-linestop
在换行时停止匹配
-lineanchor
按照"^","$"按行匹配匹配
-nocase
忽略大小写限制
-start index
以index开始进行匹配
- -
如果pattern中以”-“开头则必须指定
格式:
regsub ?switches? pattern string subspec varname
regsub根据switch,将string中匹配pattern的字符替换为subspec并赋给varname
-all
匹配string所有和pattern一致的字符
-expanded
按扩展格式匹配
-line
表示同时指定-linestop和-lineanchor
-linestop
在换行时停止匹配
-lineanchor
按照"^","$"按行匹配匹配
-nocase
忽略大小写限制
-start index
以index开始进行匹配
- -
如果pattern中以”-“开头则必须指定
相关阅读 更多 +