Closed dmrobbins03 closed 1 year ago
If a match fails, RegExp.prototype.exec() returns null. This causes the application to crash. Added a catch for null.
RegExp.prototype.exec()
null
Similar to #95
If a match fails,
RegExp.prototype.exec()
returnsnull
. This causes the application to crash. Added a catch fornull
.