MCPcopy Create free account
hub / github.com/microsoft/SandDance / inStr

Function inStr

docs/app/js/sanddance-app.js:92671–92673  ·  view source on GitHub ↗

* small indexOf wrapper * @param {String} str * @param {String} find * @returns {Boolean} found

(str, find)

Source from the content-addressed store, hash-verified

92669 * @param {String} find
92670 * @returns {Boolean} found
92671 */ function inStr(str, find) {
92672 return str.indexOf(find) > -1;
92673 }
92674 /**
92675 * split string on whitespace
92676 * @param {String} str

Callers 2

sanddance-app.jsFile · 0.70
cleanTouchActionsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected