在原串中搜索字符串(可以被包含中短语中) @param phrase 需要搜索的字符串 @param start 在原串中的起始位置 @param flag 可以为0,IGNORE_CASE,IGNORE_PARS,IGNORE_CASE+IGNORE_PARS @return 字符串在原串中的位置
(String str, String find, int start, int flag, char escapeChar)
source not stored for this graph (policy: none)
no test coverage detected