SYMBOL INDEX (52 symbols across 4 files) FILE: VerbalExpressions.js class VerbalExpression (line 15) | class VerbalExpression extends RegExp { method constructor (line 22) | constructor() { method sanitize (line 42) | static sanitize(value) { method add (line 72) | add(value = '') { method startOfLine (line 89) | startOfLine(enable = true) { method endOfLine (line 100) | endOfLine(enable = true) { method then (line 111) | then(value) { method find (line 122) | find(value) { method maybe (line 132) | maybe(value) { method or (line 143) | or(value) { method anything (line 161) | anything() { method anythingBut (line 171) | anythingBut(value) { method something (line 185) | something() { method somethingBut (line 195) | somethingBut(value) { method anyOf (line 210) | anyOf(value) { method any (line 225) | any(value) { method not (line 235) | not(value) { method range (line 249) | range(...ranges) { method lineBreak (line 269) | lineBreak() { method br (line 278) | br() { method tab (line 287) | tab() { method word (line 296) | word() { method digit (line 305) | digit() { method whitespace (line 314) | whitespace() { method addModifier (line 326) | addModifier(modifier) { method removeModifier (line 340) | removeModifier(modifier) { method withAnyCase (line 351) | withAnyCase(enable = true) { method stopAtFirst (line 361) | stopAtFirst(enable = true) { method searchOneLine (line 371) | searchOneLine(enable = true) { method repeatPrevious (line 382) | repeatPrevious(...quantity) { method oneOrMore (line 400) | oneOrMore() { method multiple (line 412) | multiple(value, lower, upper) { method beginCapture (line 436) | beginCapture() { method endCapture (line 447) | endCapture() { method replace (line 462) | replace(source, value) { method toRegExp (line 472) | toRegExp() { function VerEx (line 486) | function VerEx() { // eslint-disable-line no-unused-vars FILE: dist/verbalexpressions.js function defineProperties (line 18) | function defineProperties(target, props) { for (var i = 0; i < props.len... function _classCallCheck (line 20) | function _classCallCheck(instance, Constructor) { if (!(instance instanc... function _possibleConstructorReturn (line 22) | function _possibleConstructorReturn(self, call) { if (!self) { throw new... function _inherits (line 24) | function _inherits(subClass, superClass) { if (typeof superClass !== "fu... function _extendableBuiltin (line 26) | function _extendableBuiltin(cls) { function VerbalExpression (line 74) | function VerbalExpression() { function VerEx (line 669) | function VerEx() { FILE: test/tests.js function resetLastIndex (line 5) | function resetLastIndex(regex) { function then (line 79) | function then(name, t) { function anyOf (line 223) | function anyOf(name, t) { function lineBreak (line 291) | function lineBreak(name, t) { FILE: typings/VerbalExpressions.d.ts type RegExpFlags (line 6) | type RegExpFlags = "g" | "i" | "m" | "u" | "y"; type Appendable (line 7) | type Appendable = VerbalExpression | RegExp | string | number; type VerbalExpression (line 9) | interface VerbalExpression extends RegExp { type VerbalExpressionConstructor (line 94) | interface VerbalExpressionConstructor {