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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user