Comments and linting for regex operation.

This commit is contained in:
n1073645 2019-11-21 12:13:34 +00:00
parent c60ed2c403
commit 04036e001e

View File

@ -32,6 +32,7 @@ class ToCaseInsensitiveRegex extends Operation {
* @returns {string}
*/
run(input, args) {
/**
* Simulates look behind behaviour since javascript doesn't support it.
*