查找子串在源串中的位置 @param source 源串 @param target 子串 @param fromIndex 源串的起始查找位置 @param ignoreCase 是否忽略大小写 @param headOnly 是否只比较头部 @param isLast 是否从后开始找 @param skipQuotation 是否跳过引号内的字符 @return 位置,找不到返回-1
(String source, String target, int fromIndex, boolean ignoreCase, boolean headOnly, boolean isLast, boolean skipQuotation)
source not stored for this graph (policy: none)
no test coverage detected