bat如何获取字符串中某个字符的多少
2个回答
展开全部
' 2>nul&cls&set /p input=输入字符串:&set /p find=输入查找的字符串:&call echo %%input%%---%%find%%|cscript -nologo -e:vbs "%~0"&pause&exit
set regexp=new regexp
with regexp
.global=-1:
read=wsh.stdin.readline
.pattern="(.*)---(.*)"
find=.replace(read,"$2")
read=.replace(read,"$1")
.pattern=find
wsh.echo .execute(read).count
end with
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询