Home
last modified time | relevance | path

Searched defs:SingleQuotedString (Results 1 – 2 of 2) sorted by relevance

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js199 SingleQuotedString : new RegExp("'(?:\\.|(\\\\\\')|[^\\''\\n])*'", 'g') property in dp.sh.RegexLib
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js34 …ubleQuotedString:new RegExp('"(?:\\.|(\\\\\\")|[^\\""\\n])*"','g'),SingleQuotedString:new RegExp("… property in dp.sh.RegexLib