Home
last modified time | relevance | path

Searched refs:removeFlags (Results 1 – 1 of 1) sorted by relevance

/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js152 function copy(regex, addFlags, removeFlags) { argument
157 if (removeFlags) {
159 flags = nativ.replace.call(flags, new RegExp("[" + removeFlags + "]+", "g"), "");