标签: regex batch-file
我试过了!它将输出该字符串!我只需要提取数字部分(123):
C:\Documents and Settings\kamats\Desktop>echo 123sunil | findstr "\d*" 123sunil C:\Documents and Settings\kamats\Desktop>