题记:一般对字符串的操作有以下几种:求长度,截取字符串,拼接字符串,找字符串中某个字符的索引
1 expr 命令
1.1 定义
man 手册
Print the value of EXPRESSION to standard output. A blank line below separates increasing precedence
groups. EXPRESSION may be:
ARG1 | ARG2
ARG1 if it is neither null nor , otherwise ARG2
ARG1 & ARG2
ARG1 if neither argument is null or , otherwise
ARG1 < ARG2
ARG1 is less than ARG2
。。。等等
跟字符串相关的
match STRING REGEXP
same as STRING : REGEXP
substr STRING POS LENGTH
substring of STRING, POS counted from
index STRING CHARS
index in STRING where any CHARS is found, or
length STRING
length of STRING
1.2示例
[devtac@test_1 ~]$ expr length "how can i just let you walk away"
32
[devtac@test_1 ~]$ expr length "how "
4
[devtac@test_1 ~]$ expr substr "how can i just" 2 6
ow can
[devtac@test_1 ~]$ expr index "how can i how" h
1
# 常用linux 命令和相关问题解决
sed截取nginx时间段日志 nginx截取变量字符串
转载文章标签 sed截取nginx时间段日志 LINUX常用的字符串 字符串 linux nginx 文章分类 运维
-
sed 截取指定时间段内的慢查询日志
sed 截取指定时间段内的慢查询日志
sed 截取 指定 时间 -
nginx 长字符串分行 nginx 字符串截取函数
1.截取 (1)Substring(start,end) 表示从start到end之间的字符串,包括start位置的字符但是不包括end位置的字符。 // 函数:substring() ;
nginx 长字符串分行 json 字符串 子字符串 JSON -
Ant Design Vue 全局按钮颜色
1.1Vue-Router 使用步骤 yarn add vue-router --dev import Vue from 'vue' import VueRouter from 'vue-router' Vue.use(VueRouter) 样式案例:// view/Blog.vue 路由相关的组件(视图) 1.2动态路由 // router/index.js
js 点击button切换颜色 js在当前页面跳转到指定位置 vue push时对象错乱 Vue 服务器