2
0
mirror of https://github.com/gchq/CyberChef synced 2025-12-10 13:23:25 +00:00

Added more infoLinks and updated newOperation script to include prompt for them.

This commit is contained in:
n1474335
2018-08-21 19:07:13 +01:00
206 changed files with 249 additions and 12 deletions

View File

@@ -23,6 +23,7 @@ class RegularExpression extends Operation {
this.name = "Regular expression";
this.module = "Regex";
this.description = "Define your own regular expression (regex) to search the input data with, optionally choosing from a list of pre-defined patterns.<br><br>Supports extended regex syntax including the 'dot matches all' flag, named capture groups, full unicode coverage (including <code>\\p{}</code> categories and scripts as well as astral codes) and recursive matching.";
this.infoURL = "https://wikipedia.org/wiki/Regular_expression";
this.inputType = "string";
this.outputType = "html";
this.args = [