xssmeevaluators.js:57 ``` javascript var searchString = grabTextWithOutTrailingWhitespaceRegExp. exec(streamListener.attackRunner.testValue.string)[1]; ``` exec is returning null ie not matching. Use trimRight() instead? [Potential Fix](https://github.com/northWind87/XSSMe/blob/dev_regex/content/xssmeevaluators.js#L59) **Note:** FF 3.6/3.0 are hiding error messages. Created [highlight branch](https://github.com/northWind87/XSSMe/blob/regex_hilite/content/xssmeevaluators.js#L61) to force messages to console
xssmeevaluators.js:57
exec is returning null ie not matching. Use trimRight() instead? Potential Fix
Note: FF 3.6/3.0 are hiding error messages. Created highlight branch to force messages to console