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

Function operatorEqualTo

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

Source from the content-addressed store, hash-verified

3064}
3065
3066function operatorEqualTo(first, second) {
3067 return first.toUpperCase() === second.toUpperCase();
3068}
3069
3070function operatorStartsWith(first, second) {
3071 return second.toUpperCase().indexOf(first.toUpperCase()) === 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected