mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Added more infoLinks and updated newOperation script to include prompt for them.
This commit is contained in:
commit
e81c81351d
206 changed files with 249 additions and 12 deletions
|
@ -22,6 +22,7 @@ class ToKebabCase extends Operation {
|
|||
this.name = "To Kebab case";
|
||||
this.module = "Code";
|
||||
this.description = "Converts the input string to kebab case.\n<br><br>\nKebab case is all lower case with dashes as word boundaries.\n<br><br>\ne.g. this-is-kebab-case\n<br><br>\n'Attempt to be context aware' will make the operation attempt to nicely transform variable and function names.";
|
||||
this.infoURL = "https://wikipedia.org/wiki/Kebab_case";
|
||||
this.inputType = "string";
|
||||
this.outputType = "string";
|
||||
this.args = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue