mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
Comments and linting for regex operation.
This commit is contained in:
@@ -32,6 +32,7 @@ class ToCaseInsensitiveRegex extends Operation {
|
|||||||
* @returns {string}
|
* @returns {string}
|
||||||
*/
|
*/
|
||||||
run(input, args) {
|
run(input, args) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Simulates look behind behaviour since javascript doesn't support it.
|
* Simulates look behind behaviour since javascript doesn't support it.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user