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

Method trim

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

将原串中的空白字符删除,并根据ifcase参数将原串中的非引号内字符大写,小写或不动 @param str 需要删除空白字符的原串 @param ifcase 可以使用0, UPPER_WHEN_TRIM, LOWER_WHEN_TRIM, UPPER_WHEN_TRIM+LOWER_WHEN_TRIM @param escapeChar 转义字符 @return 删除空白字符后的串

(String str, int ifcase, char escapeChar)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

getJdbcSqlTypeMethod · 0.45
executeMethod · 0.45
trimSqlMethod · 0.45
getCallExpMethod · 0.45
getCallsNameParamMethod · 0.45
getCallNameParamMethod · 0.45
getSplNameParamMethod · 0.45
connectMethod · 0.45
loadConfigMethod · 0.45
drawTextMethod · 0.45
getFontMethod · 0.45
toSequenceMethod · 0.45

Calls 5

scanQuotationMethod · 0.95
isWordCharMethod · 0.95
appendMethod · 0.65
toStringMethod · 0.65
lengthMethod · 0.45

Tested by

no test coverage detected