【 以下文字转载自 Linux 讨论区 】
发信人: livethu (livethu), 信区: Linux
标 题: shell script question
发信站: BBS 未名空间站 (Fri Jan 26 16:18:28 2007), 转信
how to use expr only to determine if string A contains string B.
e.g.
string A is "This is http://www.google.com"
string B is "http://"
thanks.