MCPcopy Create free account
hub / github.com/SPLWare/esProc / phraseAt

Method phraseAt

src/main/java/com/scudata/common/Sentence.java:492–526  ·  view source on GitHub ↗

在原串中搜索短语,不搜索引号中内容 @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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

getClauseMethod · 0.95
modifyMethod · 0.95
mergeWhereMethod · 0.95

Calls 4

scanQuotationMethod · 0.95
scanParenthesisMethod · 0.95
isWordCharMethod · 0.95
lengthMethod · 0.45

Tested by

no test coverage detected