MCPcopy Create free account
hub / github.com/TruthHun/BookStack / operatorStartsWith

Function operatorStartsWith

static/word2md/mammoth.browser.js:3070–3072  ·  view source on GitHub ↗
(first, second)

Source from the content-addressed store, hash-verified

3068}
3069
3070function operatorStartsWith(first, second) {
3071 return second.toUpperCase().indexOf(first.toUpperCase()) === 0;
3072}
3073
3074},{}],27:[function(require,module,exports){
3075var _ = require("underscore");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected