mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 16:56:15 -04:00
Added Regex tests and updated description
This commit is contained in:
parent
b07c014b48
commit
71067939e3
2 changed files with 60 additions and 1 deletions
|
@ -2304,7 +2304,7 @@ const OperationConfig = {
|
|||
},
|
||||
"Regular expression": {
|
||||
module: "Regex",
|
||||
description: "Define your own regular expression (regex) to search the input data with, optionally choosing from a list of pre-defined patterns.",
|
||||
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.",
|
||||
inputType: "string",
|
||||
outputType: "html",
|
||||
args: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue