- c:\>str /?
- Str 2.7 - (C) 2004-2010 by Bill Stewart (bstewart@iname.com)
-
- Usage: str [-c | -l | -u] string
- or: str [-i] -p string1 string2
-
- -c Echoes the number of character in string (count).
- -l Echoes the specified string in lowercase.
- -u Echoes the specified string in uppercase.
- -p Echoes the starting position of string2 in string1 (-1 = not found).
- -i Specifies a case-insensitive comparison (must appear before -p).
复制代码 http://batch-cn.qiniudn.com/tool/Str.exe |