在原串中搜索短语,不搜索引号中内容 @param str 需要搜索短语的原串 @param phrase 需要搜索的短语 @param start 在原串中的起始位置 @param flag 可以为0,IGNORE_CASE,IGNORE_PARS,IGNORE_CASE+IGNORE_PARS @param escapeChar 转义字符 @return 若找到,则返回短语在原串中的位置,否则返回-1
(String str, String phrase, int start, int flag, char escapeChar)
source not stored for this graph (policy: none)
no test coverage detected