mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 23:06:16 -04:00
Comments and linting for regex operation.
This commit is contained in:
parent
c60ed2c403
commit
04036e001e
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue